eat-too-much

简介

高数中关于求解常微分方程,我一直记得是公式

code

clc, clear
syms y(x) % 定义符号常量
dsolve(x^2 + y + (x -2 * y) * diff(y) == 0)

ans

ans =
 
 x/2 + ((4*x^3)/3 + x^2 + C1)^(1/2)/2
 x/2 - ((4*x^3)/3 + x^2 + C1)^(1/2)/2

分类:

技术点:

相关文章:

  • 2021-12-23
  • 2021-11-29
  • 2021-12-19
  • 2021-12-12
  • 2021-12-23
  • 2021-12-06
猜你喜欢
  • 2021-12-23
  • 2021-12-23
  • 2021-11-17
  • 2021-12-08
  • 2021-10-21
  • 2021-12-23
相关资源
相似解决方案