Statistics
2 Questions
0 Answers
RANK
239,063
of 301,440
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
i am trying to use solve equation i want to know what is the difference between order of [t,p] and [p,t] because i am getting different answers and i want to know which one is correct
[solt,solp]=solve(res(2,1)==0,res(1,2)==0,[t,p],'maxdegree',2); % s=solve(real(res(2,1)==0),imag(res(2,1)==0),[t,...
9 years ago | 0 answers | 0
0
answersQuestion
i want to solve these equations to find teta and fe : y*sin(2*teta)+cos(2*fe)+x*sin(2*fe)=0 & x*sin(2*teta)-cos(2*fe)-y*sin(2*fe)=0 in conditions which y and x are known and they are vectors. can you tell me how can i reach solution?
x,y known changing parameters want to solve to find solution for teta and fe: y*sin(2*teta)+cos(2*fe)+x*sin(2*fe)=0 x*sin(2...
9 years ago | 0 answers | 0