derivative of parametric equations

3 visualizzazioni (ultimi 30 giorni)
mohammad
mohammad il 8 Feb 2024
Modificato: Matt J il 8 Feb 2024
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 Commenti
Walter Roberson
Walter Roberson il 8 Feb 2024
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 il 8 Feb 2024
What does the index i stand for ?

Accedi per commentare.

Risposte (1)

Matt J
Matt J il 8 Feb 2024
Modificato: Matt J il 8 Feb 2024
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 .

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by