Statistiques
4 Questions
0 Réponses
RANG
205 657
of 301 153
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 182
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 067
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Can anyone calculate the determinant of this symbolic matrix? please ...
I have a 48x48 symbolic matrix. I want to calculate the determinant of it. i used det function,but after 2 days it coudnt cal...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Extracting polynomial coefficients from function handle
I have an unknown large polynomial function handle. for example: f=@(x) 1234*x^2000+654*x^1982+.... I want to extract its co...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i use integral2 for a vector-valued function ? help please...
for example i wrote this code: % f=@(x,y)x+y; g=@(x,y)x^2+y^2; h=@(x,y)x/y+y/x; w=@(x,y)sin(x)+cos(y); box=@(x,y)[f(x,y...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i use integral2 for a vector-valued function ?
for example i wrote this code: % code f=@(x,y)x+y; g=@(x,y)x^2+y^2; h=@(x,y)x/y+y/x; w=@(x,y)sin(x)+cos(y); box=@(x,y)[...
plus de 10 ans il y a | 1 réponse | 0
