What does this mean?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
jpmontoya
le 25 Jan 2020
Modifié(e) : KALYAN ACHARJYA
le 25 Jan 2020
Hi everybody.
I just used fsolve to get the roots (x,y) of a system of equations. In the command window i got this:
![Matlab window.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/268187/Matlab%20window.jpeg)
What does it mean? What are the values of x and y?
Thanks in advance.
0 commentaires
Réponse acceptée
KALYAN ACHARJYA
le 25 Jan 2020
Modifié(e) : KALYAN ACHARJYA
le 25 Jan 2020
1.0e+04 means 1.0 x10 to the power +4
>> 1.0e+04
ans =
10000
>>
This number is multiply with lower both number in your example
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown 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!