photo

Hyun Suk Song


Last seen: 7 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
74 839
of 300 364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 407

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

Question


Bisection method without any given interval
I want to make a matlab code for given condition "provide no interval as an initial guess but provide a tolerance of 10−5 and e...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How can I plot this second-order differential equation
here is my start for t1 = 0:100 for omega = 0.8:0.1:1.5 rhs = @(t,y) [y(2); -0.2.*y(2) + y - y.^3 + 0.3*cos(ome...

ungefär 5 år ago | 1 answer | 0

1

answer

Question


direction field and solution curve for differential equation.
given function dy/dt = -ty^3 the solution of function is +-1/sqrt(t^2+C) and y(0) = +-1/sqrt(c). I cannot deal with this solu...

ungefär 5 år ago | 2 answers | 0

2

answers