How to solve an equation with a vector as unknown?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lu Da Silva
le 14 Nov 2021
Réponse apportée : Lu Da Silva
le 14 Nov 2021
I have the following equation:
M = X * sqrt((X-A)^2 + B^2)
A and B are constants but M is a vector containing 100 values. I'm trying to find the corresponding 100 values for X.
I tried using vpasolve but I get the error "More equations than variables is only supported for polynomial systems."
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!