필터 지우기
필터 지우기

derivative of parametric equations

조회 수: 2 (최근 30일)
mohammad
mohammad 2024년 2월 8일
편집: Matt J 2024년 2월 8일
I want to find the derivative of these parametric equations if lamda is variable. Is it possible to derivative of parametric equations in Matlab?
  댓글 수: 2
Walter Roberson
Walter Roberson 2024년 2월 8일
The transpose on the lamba_i most likely indicates that lambda_i is a vector; that would fit in with the ||lamba_i||^2 being the magnitude of the vector lamba_i . But vector transpose times a term leads to questions about what the size is of the terms; the size constraints are most likely to be met if lamba_i is a scalar after all. But if it is a scalar, why take the transpose ???
Torsten
Torsten 2024년 2월 8일
What does the index i stand for ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2024년 2월 8일
편집: Matt J 2024년 2월 8일
It is possible with diff() and jacobian() in the Symbolic Math Toolbox, but for the expression you've shown, there is no need. The Jacobian with resepct to is very obviously .

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by