MATLAB
Spoken Languages:
Korean
Statistics
7 Questions
0 Answers
RANK
214,033
of 294,599
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,131
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152,091
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
Question
It's a matter of differential calculation. I'm getting a formula error. Please help me
This is the problem Using Symbolic Math, calculate and state the first, second, and third derivatives of the function y for x...
1 year ago | 1 answer | 0
1
answerQuestion
It's a question of finding a static integral There's an error in the formula
This is the problem syms x int(x+2/(x+1)^3-exp^-3(x+3), x, 0, 3) It's my mathematical formula It is a problem of obt...
1 year ago | 1 answer | 0
1
answerQuestion
I don't know why you're saying it's an invalid expression. Help me
clear all; close all; x=linspace(-2*pi,2*pi,100); y1=sin(x^2); y2=cos^2(x); figure(1) plot(x,y1,x,y2) grid on titl...
1 year ago | 2 answers | 0
2
answersQuestion
I want help solving differential equations
This question my sol syms x(t); eqn = exp(x).*(diff(x,t)+1)==1;x(0)=1; sol = dsolve(eqn); problem Error occurred durin...
2 years ago | 1 answer | 1
1
answerQuestion
I want help solving differential equations
This question my sol syms x y(t); eqn = exp^x(diff(y,t)+1==1);x(0)=1; sol = dsolve(eqn); problem Error occurred duri...
2 years ago | 1 answer | 0
1
answerQuestion
I want help solving differential equations
This question my sol syms x y(x); eqn = diff(y,x)+sqrt(1-y^2/1-x^2)==0; sol = dsolve(eqn); problem Warning: Symbol sol...
2 years ago | 1 answer | 0
1
answerQuestion
I want help solving differential equations
This question my sol syms x y(t); dsolve (diff(x,y) == exp^x/2*y); problem An error occurred during the following: ex...
2 years ago | 1 answer | 0