高斯消去法 Resources

Showing items tagged with "高斯消去法"

Implementation and comparison of various numerical methods including Gaussian Elimination, LU Decomposition, Jacobi Iteration, Gauss-Seidel Iteration, and SOR Iteration for solving linear systems Ax=b

MATLAB 255 views Tagged

Computer-Aided Analysis of Power Flow in Power Systems This project requires performing power flow analysis on a 14-node power system using both MATLAB and PSASP software. Specific requirements include: 1) Implementing power flow calculation in MATLAB by programming to form the nodal admittance matrix, construct the Jacobian matrix, solve correction equations using Gaussian elimination, and creating output routines to display the nodal admittance matrix, node voltages (including phase angles and magnitudes), branch power flows (sending-end, receiving-end, and power losses). The program requires debugging, execution in MATLAB environment, and tabulation of results for comprehensive analysis.

MATLAB 287 views Tagged