Adham Ahmed
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
218 985
of 295 467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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) ...
mer än ett år ago | 1 answer | 0
1
answerQuestion
how to solve two equations
Hello This is part of a code and I want to solve this part thanks in advance ========================================= cl...
nästan 2 år ago | 2 answers | 0
2
answersQuestion
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
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 2 år ago | 3 answers | 0
3
answersQuestion
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)
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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 +…….=
nästan 2 år ago | 2 answers | 0