derivative of parametric equations
2 次查看(过去 30 天)
显示 更早的评论
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
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 ???
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!