TensorProduct
TensorProduct[tensor1,tensor2,…]
表示 tensori 的张量积.
更多信息
- TensorProduct[a,b] 可以按 ab 输入. 字符 按 t* 或者 \[TensorProduct] 输入.
- 矩形阵列 ai 的张量积 a1…an 等价于 Outer[Times, a1,…,an].
- 阵列和/或符号张量的张量积 t1…tn 被解释为秩为 TensorRank[t1]+…+TensorRank[tn] 的另一个张量.
- TensorProduct[] 返回 1. TensorProduct[x] 返回 x.
- TensorProduct 是可结合、不可交换的张量积.
范例
打开所有单元关闭所有单元范围 (4)
属性和关系 (11)
数组的张量乘积等价于使用 Outer:
向量的 KroneckerProduct 等价于它们的 TensorProduct:
矩阵的 KroneckerProduct 等价于 TensorProduct 到另一个矩阵的展平:
任意两个数组的 KroneckerProduct 等价于它们的 TensorProduct 的展平:
TensorProduct[x] 返回 x,与 x 是什么无关:
TensorProduct[] 是 1:
TensorProduct 具有 Flat 属性:
TensorProduct 与一起 TensorContract 一起使用,可用来实现 Dot:
TensorProduct 的反对称性与 TensorWedge 成比例:
文本
Wolfram Research (2012),TensorProduct,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TensorProduct.html.
CMS
Wolfram 语言. 2012. "TensorProduct." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/TensorProduct.html.
APA
Wolfram 语言. (2012). TensorProduct. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TensorProduct.html 年