John
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
112,176
of 301,464
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
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
Matrix division to solve Ax=b
EDU>> a=[1 22 484 10648; 1 42 1764 74088; 1 52 2704 140608; 1 82 6724 551368]; EDU>> b=[4181;4179;4186;4189]; EDU>> x=a/b ???...
14 years ago | 1 answer | 0
1
answerQuestion
trying to show lines in a graph
I have written the following program. EDU>> c= 0:.5:10; EDU>> y=1-.1*c-.25*sqrt(c); EDU>> x0=[4 4 4 4 4 4 4 4 4 4 4...
14 years ago | 1 answer | 0