求解 Resources

Showing items tagged with "求解"

This example demonstrates solving Poisson's equation using the finite difference method with SOR (Successive Over-Relaxation) iteration. The implementation models a square domain discretized into an 11×11 grid structure, where the grid density can be easily modified through parameter configuration.

MATLAB 245 views Tagged

This MATLAB implementation solves variable-parameter Lorenz equations, commonly encountered in nonlinear dynamics and chaos research. The program can also handle similar variable-parameter differential equation systems like Chen system, Lü system, and Rössler system through parameter customization and ODE solver integration.

MATLAB 277 views Tagged

This program implements inverse kinematics computation for a two-degree-of-freedom robotic arm, establishing kinematic equations through Lagrangian energy methods to calculate joint angles from torque inputs, complete with numerical implementation approaches.

MATLAB 199 views Tagged