Feeds
提问
Need to find sum of an infinite series in MatLab, output is something weird and not understandable.
My goal is to solve this infinite series using matlab code. This is my code: syms x S2 = symsum(x^n, n, 0, inf) However, th...
6 years 前 | 1 个回答 | 0
1
个回答提问
Need help finding intersection of two curves using fzero function
I'm new to MatLab (just started using it 2 days ago), and currently my goal is for the program to spit out the values of the poi...
6 years 前 | 1 个回答 | 0
