Statistics
RANK
196,825
of 301,186
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
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
Graphing and converting sym p to long (or double) p.
Thank you so much. You answered 2 questions in 1 command. You R-O-C-K!!!
15 years ago | 0
| accepted
Question
Graphing and converting sym p to long (or double) p.
>>x=linspace(-1,1,100) >>p = 1/26 + 25/26*x- (25/26*x-25/26)*x + ((625/1313*x-1250/1313)*x-625/1313)*x >> plot(x,double(p)) ...
15 years ago | 2 answers | 0
2
answersQuestion
display P2(X) with X as a mathematical expression (with sym X?)
given: matrix A = [ -1.000 0 1.000; 0.0385, 0.9625, -0.9625] I want to generate a 2nd polynomial in this manner. P2(X) = ...
15 years ago | 1 answer | 0