Adham Ahmed
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
218.985
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
solve 2 equations with two sympolic variables
I want solve these equations with the same variables U10 and U20 because they are part of other code 2*U20 + sin(U20) ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
how to solve two equations
Hello This is part of a code and I want to solve this part thanks in advance ========================================= cl...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to solve two equation with 2 variables
how to solve these two equations : sin(x2) +2x2 =0 sin(x1-1)+2(x1-1)=0
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I put variable equal to zero in loop
in this code w= input('k='); for k=1:w m=sym('U1',[1 k]) end I need to put U1k in every iteration =0 U11=0 U12=0 U13=0 ...
fast 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How can I present time variant equation in Matlab
How can I present time variant equation in Matlab for example it F(x)=x^2+3x+4 how to present F(x,t)
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I do this polynomial with sympolic in matlab
How can I do this polynomial with sympolic in matlab Z= P0 x0 + P1 x1 +P2 x2 + P3 x3 +…….=
fast 2 Jahre vor | 2 Antworten | 0