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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
