Statistics
3 Questions
0 Answers
RANK
244,303
of 301,440
REPUTATION
0
CONTRIBUTIONS
3 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
How can I classify in a more aesthetic way the following matrices A and B
<</matlabcentral/answers/uploaded_files/83531/matrizABT5.png>>
8 years ago | 0 answers | 0
0
answersQuestion
How i can write equations in matrix way, for example: A = [2x+4y 2y+3x ; 2x+y 3x^2+2y] [x1 ; x2 ] B = [6x+4y 5y+2x ; 4x+3y 2x^2+3y] [u1 ; u2] is like state-space, but i found the partial derivative only need arrange in matrix way.
A = [2x+4y 2y+3x ; 2x+y 3x^2+2y] [x1 ; x2 ] B = [6x+4y 5y+2x ; 4x+3y 2x^2+3y] [u1 ; u2]
8 years ago | 0 answers | 0
0
answersQuestion
How i can solve this problem?
#Code syms Pt Pc Pm pi Is Dn x3 Dn= (Pt-Pc-Pm)/ (4*(pi^2)*Is*x3) solve(Dn, x3) --------------- Dn = ...
9 years ago | 2 answers | 0