Community Profile

photo

kubel


Last seen: 2 dagar ago Active since 2022

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB
Spoken Languages:
Korean

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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...

7 månader ago | 1 answer | 0

1

answer

Question


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...

7 månader ago | 1 answer | 0

1

answer

Question


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...

7 månader ago | 2 answers | 0

2

answers

Question


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...

mer än ett år ago | 1 answer | 1

1

answer

Question


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...

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

1

answer

Question


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...

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

1

answer

Question


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...

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

1

answer