Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Tensor product
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Array programming languages === [[Array programming languages]] may have this pattern built in. For example, in [[APL programming language|APL]] the tensor product is expressed as <code>β.Γ</code> (for example <code>A β.Γ B</code> or <code>A β.Γ B β.Γ C</code>). In [[J programming language|J]] the tensor product is the dyadic form of <code>*/</code> (for example <code>a */ b</code> or <code>a */ b */ c</code>). J's treatment also allows the representation of some tensor fields, as <code>a</code> and <code>b</code> may be functions instead of constants. This product of two functions is a derived function, and if <code>a</code> and <code>b</code> are [[Differentiable function|differentiable]], then <code>a */ b</code> is differentiable. However, these kinds of notation are not universally present in array languages. Other array languages may require explicit treatment of indices (for example, [[MATLAB]]), and/or may not support [[higher-order function]]s such as the [[Jacobian matrix and determinant|Jacobian derivative]] (for example, [[Fortran]]/APL).
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Tensor product
(section)
Add topic