photo

I CHUN LIN


Last seen: environ 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
16 411
of 299 232

RÉPUTATION
2

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
1

RANG
 of 20 670

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 163 831

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

  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I solve the error "unable to convert to matrix form because the system does not seem to be linear"
You can not use matrix if the system is non-linear, maybe try fsolve or vpasolve. The two-variables system example: fun = @roo...

environ 2 ans il y a | 1

Question


How to numerically solve system of equations and differential equations simultaneously?
Hi all, I have 3 variables A, B, C, where A and B can be solved by system of equations. For example, A + B = C + 6 A - B = 2*...

environ 2 ans il y a | 3 réponses | 0

3

réponses

Question


How to expand the solve answer?
Hi, when I run the code clear; clc; syms x y = 3*x.^2 - 10*x + 1.01; solve(y == 1, x) this give me the answer 5/3 - 2497^...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


Can't use toolbox
Hi, I want to run the code: clear clc syms k y = symsum(k^2,k,0,10) but the result says: 'syms' requires Symbolic Math To...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


for loop for matrix
Hello everyone, I have 3 matrix: x = [1, 2, 5]; y = [0.1, 0.5, 10]; z = [10 20; 30 40]; and one output: a = z./x + z....

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve '' error(message('symbolic:sym:errmsg1')); ''
syms m x y z n k xx. yy. zz. n = 1.6; k = 0.000005; x = linspace(-0.000015, 0.000015, 10); z = linspace(-0.00003, 0.00003, 1...

plus de 5 ans il y a | 1 réponse | 0

1

réponse