How can I solve x^4-1=0
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to write that and code it in matlab
0 comentarios
Respuestas (3)
Yusuf Suer Erdem
el 7 de Dic. de 2021
Editada: Yusuf Suer Erdem
el 7 de Dic. de 2021
syms x
eqn=x^4-1==0
s=solve(eqn)
1 comentario
John D'Errico
el 7 de Dic. de 2021
Please do not do obvious homework assignments for students. It does not help the student, except to teach them they can often find someone willing to do their work for them.
Sean de Wolski
el 7 de Dic. de 2021
x = 1
2 comentarios
James Tursa
el 7 de Dic. de 2021
Editada: James Tursa
el 7 de Dic. de 2021
i imagine it is something else (pun intended)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!