photo

SUMIT


Last seen: 5 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I am solving non-linear fractional model using spectral method . So At last stage to find coefficient I have large number of nonlinear system equation how to solve using fsolv
I want to solve large number of nonlinear system of equation using fsolve . I am solving by assigning in f as f =@(c,d,e) []; l...

5 months 前 | 1 个回答 | 0

1

个回答

提问


How to use indexing format inside symsum function
clc; close all; clear all; N=2;alpha=0.5 t=zeros(1,N) l=1:N; t(l)=solve(chebyshevT(N,2*x-1),x); syms m L=symsum(t(m),m,1...

1 year 前 | 2 个回答 | 0

2

个回答