photo

SUMIT


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

4 months ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers