photo

Oren


Last seen: 5 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
221,808
of 301,200

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,339

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
I'm trying to solve an implicit matrix equation with fsolve
Here is the problem: my function is y(x)=tanh(h*x-m*y) where |m| is a 6x6 matrix, h is 6x1 vector and x is a vector i define...

12 years ago | 0

Answered
I'm trying to solve an implicit matrix equation with fsolve
Relocated to Comment by Matt J

12 years ago | 0

Question


I'm trying to solve an implicit matrix equation with fsolve
I'm able to solve an implicit equation with fsolve: function y = brillouin(x,p) A=p(1); B=p(2); y=zer...

12 years ago | 4 answers | 0

4

answers