How to write a code for numerical analysis problem
显示 更早的评论

I don't know how to write this program in matlab since I haven't had mush experience with the subject. Any help would be greatly appreciate, thanks!
1 个评论
Star Strider
2015-9-30
See the documentation for for loops. In MATLAB, loop indexing begins at 1, not 0, so consider that when you write your code. Also, see Array vs. Matrix Operations to do the exponentiation.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!