江湖郎中 发表于 2025-3-25 06:13:04
DiffEqThis program prints a slope field and draws solutions in the .-plane for a differential equation of the form管理员 发表于 2025-3-25 10:19:19
Numerical MethodsThis program calculates the numerical solution of the differential equation of the form . using any of the three numerical methods: Euler, Midpoint Euler, or Runge- Kutta. In order to analyze the error in a given method, the program also calculates the error and “order”, and can graph the error as a function of the step size.懒惰人民 发表于 2025-3-25 11:50:47
http://reply.papertrans.cn/63/6204/620323/620323_23.pngNotorious 发表于 2025-3-25 18:06:32
http://reply.papertrans.cn/63/6204/620323/620323_24.pngTortuous 发表于 2025-3-25 23:07:57
http://reply.papertrans.cn/63/6204/620323/620323_25.pngHandedness 发表于 2025-3-26 04:11:01
CascadeC. shows what happens with the iteration of real quadratic polynomials of the form .. + ., as c takes on different values. A special feature of the C. program is its ability to switch back and forth into an iteration routine similar to the one in A..Measured 发表于 2025-3-26 05:05:06
2D IterationsFor a system of two equations of the form:. and a given seed or initial point (..,..), this program plots the orbit under iteration. That is, it plots the sequence of points (..,..), (..,..), (..,..), (..,..),…, wherePandemic 发表于 2025-3-26 11:27:46
JacobiDrawThis program demonstrates Jacobi’s method for the diagonalization of a symmetric 3x3 matrix, that is, finding its eigenvalues. It does this both algebraically and geometrically, the latter by representing the matrix with a quadric surface and animating the effects of diagonalization on the surface.放牧 发表于 2025-3-26 14:18:38
http://reply.papertrans.cn/63/6204/620323/620323_29.pngcollateral 发表于 2025-3-26 17:56:04
http://reply.papertrans.cn/63/6204/620323/620323_30.png