photo

seema redhu


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
289,313
of 300,369

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Answered
Unable to find explicit solution
Hi Sir My actual code with parameters are as below- I have to solve this for the value of y.Please help me to solve this. ...

4 years ago | 0

Question


Unable to find explicit solution
syms y b a x c d f eqn = b+(a*log(y/x))==c+(d*log((1-y)/f)); soly = solve(eqn, y) Warning: Unable to find explicit solution...

4 years ago | 2 answers | 0

2

answers

Question


Error in sym / privsubsasgn and sym / subsasgn
Hi. My code is as follows: t=850 R=10000 xA=0:.01:.99; xB=1-xA gIdeal=8.314*t*(xA.*log(xA)+xB.*log(xB)); gA=(-11276.24+(2...

4 years ago | 1 answer | 0

1

answer