Résumé de section

  • Scripts Matlab utilisés par ENE6103
    • Solution of a tri-diagonal linear system using Gauss elimination
    • Cholesky factorization and linear system solution
    • Iterative solution of a linear system
    • Find the fondamental eigenvalue and corresponding eigenvector of equation (a-eval*b)*evect=0 using the inverse power method
    • Find the solution of the fixed source eigenvalue equation (a-eval*b)*gamma=s using the inverse power method
    • Compute the coupling coefficients for the analytic nodal method
    • Find the roots of the inhour equation
    • Random walk of a neutron
    • Solution of a non-linear equation using the Newton method
    • Solution of a non-linear equation using the half-interval method