photo

pham lam


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
188,350
of 301,433

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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

  • First Answer

View badges

Feeds

View by

Answered
Why does SOLVE return an incorrect result?
syms x syms x2A % 함수식 f % f = (2*x^2 + 4*x -3)/(x^2 + x - 4) % 항등식 풀기, 대입 % x1 = solve((2*x^2 + 4*x -3)/(x^2 + x - 4)) y...

5 years ago | 0

Answered
Why does SOLVE return an incorrect result?
f = (2*x^2 + 4*x - 3)/(x^2 + x - 4) x1 = - 10^(1/2)/2 - 1 10^(1/2)/2 - 1 y1 = (2*10^(1/2) - 2*(10^(...

5 years ago | 0