photo

I CHUN LIN


Last seen: mehr als 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
1 Antwort

RANG
21.564
of 300.343

REPUTATION
2

BEITRÄGE
5 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
20.0%

ERHALTENE STIMMEN
1

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 2 Jahre vor | 1

Frage


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

mehr als 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort