필터 지우기
필터 지우기

how to use tensors

조회 수: 75 (최근 30일)
Sergio Coury
Sergio Coury 2020년 7월 15일
답변: J. Alex Lee 2020년 7월 15일
Can I use Tensors with MATLAB? What are the functions to create, manipulate and perform tensor calculus?

답변 (1개)

J. Alex Lee
J. Alex Lee 2020년 7월 15일
this is a bit imprecise, but if you mean "order 2 tensor", it can be represented as a 2D matrix. Order 3 tensor is then 3D matrix, and order n tensor is a nD matrix. A vector is a first order tensor, and a scalar is a zeroth order one. so you could say matlab is natively a tensor math framework.
As for the calculus bit, once you commit to numerical calculus, matlab is well-suited because it becomes simply matrix algebra (after applying some discretization method of choice).
I'm not sure if tools like the symbolic math toolbox let you do analytical tensor calculus.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by