dyadic product between vectors and tensors

27 views (last 30 days)
how can i multiply tensors and vectors using dyadic product? for example multiplying two tensors of second order by dyadic product you get a tensor of fourth order.
  2 Comments
Rohit Sinha
Rohit Sinha on 29 Apr 2022
Edited: Rohit Sinha on 29 Apr 2022
@Konstantinos Giannokostas @Sen Jia , the use of kron(A, B) may not always yield the correct result. kron(A, B) will return the "Kronecker Tensor Product" which even by definition is different. At times you may get the same result but not always. Say for example, kron will give the same result when you use it to get the result of a 2nd order tensor and 1st order tensor. But when you use it for 2 tensors of the 2nd order, the result may not please you.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!