How can I solve x^4-1=0
4 次查看(过去 30 天)
显示 更早的评论
I want to write that and code it in matlab
0 个评论
回答(3 个)
Yusuf Suer Erdem
2021-12-7
编辑:Yusuf Suer Erdem
2021-12-7
syms x
eqn=x^4-1==0
s=solve(eqn)
1 个评论
John D'Errico
2021-12-7
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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!