├── LICENSE ├── README.md └── tutorial ├── julia ├── Tutorial 0 - Introduction to Julia │ ├── J0_IntroToJulia.ipynb │ ├── doc_page_pic.png │ └── issues_pic.png ├── Tutorial 1 - Linear Algebra │ ├── J1_LAsystems.ipynb │ ├── J1_LAsystems_solved.ipynb │ └── Monochlorobenzene.png ├── Tutorial 2 - Nonlinear Algebraic Systems │ ├── .ipynb_checkpoints │ │ └── J2_NLAsystems_solved-checkpoint.ipynb │ ├── CSTR_ChloroBenzene.png │ ├── J2_NLAsystems.ipynb │ └── J2_NLAsystems_solved.ipynb ├── Tutorial 3 - ODEs, Initial Value Problems │ ├── CSTR_pic.png │ └── J3_ODEIVPsystems.ipynb ├── Tutorial 4 - ODEs, Boundary Value Problems │ ├── .ipynb_checkpoints │ │ └── J4_ODEBVPsystems_solved-checkpoint.ipynb │ ├── J4_ODEBVPsystems.ipynb │ ├── J4_ODEBVPsystems_solved.ipynb │ ├── pipe1.png │ └── pipe2.png ├── Tutorial 5 - Partial Differential Equations │ ├── .ipynb_checkpoints │ │ ├── Initial Value PDEs-checkpoint.ipynb │ │ └── J5_PDEsystems-checkpoint.ipynb │ ├── J5_PDEsystems.ipynb │ └── pyrometer_pde_pic.png └── Tutorial 6 - Optimization │ ├── J6_Optimization.ipynb │ ├── J6_Optimization_solved.ipynb │ ├── SpecTable1.png │ ├── Treatment_Train.png │ └── optimization_full.ipynb └── matlab ├── Tutorial 0 - Intro to Matlab └── M0_IntroToMatlab.mlx ├── Tutorial 1 - Linear Algebra ├── M1_LAsystems.mlx └── M1_LAsystems_solved.mlx ├── Tutorial 2 - Nonlinear Algebraic Systems ├── M2_NLAsystems.mlx └── M2_NLAsystems_solved.mlx ├── Tutorial 3 - ODEs, Initial Value Problems └── M3_ODEIVPsystems.mlx ├── Tutorial 4 - ODEs, Boundary Value Problems ├── M4_ODEBVPsystems.mlx └── M4_ODEBVPsystems_solved.mlx ├── Tutorial 5 - Partial Differential Equations ├── M5_PDEsystems.mlx └── M5_PDEsystems_solved.mlx └── Tutorial 6 - Optimization ├── M6_Optimization.mlx └── M6_Optimization_solved.mlx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/README.md -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 0 - Introduction to Julia/J0_IntroToJulia.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 0 - Introduction to Julia/J0_IntroToJulia.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 0 - Introduction to Julia/doc_page_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 0 - Introduction to Julia/doc_page_pic.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 0 - Introduction to Julia/issues_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 0 - Introduction to Julia/issues_pic.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 1 - Linear Algebra/J1_LAsystems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 1 - Linear Algebra/J1_LAsystems.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 1 - Linear Algebra/J1_LAsystems_solved.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 1 - Linear Algebra/J1_LAsystems_solved.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 1 - Linear Algebra/Monochlorobenzene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 1 - Linear Algebra/Monochlorobenzene.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/.ipynb_checkpoints/J2_NLAsystems_solved-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/.ipynb_checkpoints/J2_NLAsystems_solved-checkpoint.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/CSTR_ChloroBenzene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/CSTR_ChloroBenzene.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/J2_NLAsystems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/J2_NLAsystems.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/J2_NLAsystems_solved.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 2 - Nonlinear Algebraic Systems/J2_NLAsystems_solved.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 3 - ODEs, Initial Value Problems/CSTR_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 3 - ODEs, Initial Value Problems/CSTR_pic.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 3 - ODEs, Initial Value Problems/J3_ODEIVPsystems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 3 - ODEs, Initial Value Problems/J3_ODEIVPsystems.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/.ipynb_checkpoints/J4_ODEBVPsystems_solved-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/.ipynb_checkpoints/J4_ODEBVPsystems_solved-checkpoint.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/J4_ODEBVPsystems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/J4_ODEBVPsystems.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/J4_ODEBVPsystems_solved.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/J4_ODEBVPsystems_solved.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/pipe1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/pipe1.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/pipe2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 4 - ODEs, Boundary Value Problems/pipe2.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 5 - Partial Differential Equations/.ipynb_checkpoints/Initial Value PDEs-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 5 - Partial Differential Equations/.ipynb_checkpoints/Initial Value PDEs-checkpoint.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 5 - Partial Differential Equations/.ipynb_checkpoints/J5_PDEsystems-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 5 - Partial Differential Equations/.ipynb_checkpoints/J5_PDEsystems-checkpoint.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 5 - Partial Differential Equations/J5_PDEsystems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 5 - Partial Differential Equations/J5_PDEsystems.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 5 - Partial Differential Equations/pyrometer_pde_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 5 - Partial Differential Equations/pyrometer_pde_pic.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 6 - Optimization/J6_Optimization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 6 - Optimization/J6_Optimization.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 6 - Optimization/J6_Optimization_solved.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 6 - Optimization/J6_Optimization_solved.ipynb -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 6 - Optimization/SpecTable1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 6 - Optimization/SpecTable1.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 6 - Optimization/Treatment_Train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 6 - Optimization/Treatment_Train.png -------------------------------------------------------------------------------- /tutorial/julia/Tutorial 6 - Optimization/optimization_full.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/julia/Tutorial 6 - Optimization/optimization_full.ipynb -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 0 - Intro to Matlab/M0_IntroToMatlab.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 0 - Intro to Matlab/M0_IntroToMatlab.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 1 - Linear Algebra/M1_LAsystems.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 1 - Linear Algebra/M1_LAsystems.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 1 - Linear Algebra/M1_LAsystems_solved.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 1 - Linear Algebra/M1_LAsystems_solved.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 2 - Nonlinear Algebraic Systems/M2_NLAsystems.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 2 - Nonlinear Algebraic Systems/M2_NLAsystems.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 2 - Nonlinear Algebraic Systems/M2_NLAsystems_solved.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 2 - Nonlinear Algebraic Systems/M2_NLAsystems_solved.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 3 - ODEs, Initial Value Problems/M3_ODEIVPsystems.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 3 - ODEs, Initial Value Problems/M3_ODEIVPsystems.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 4 - ODEs, Boundary Value Problems/M4_ODEBVPsystems.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 4 - ODEs, Boundary Value Problems/M4_ODEBVPsystems.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 4 - ODEs, Boundary Value Problems/M4_ODEBVPsystems_solved.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 4 - ODEs, Boundary Value Problems/M4_ODEBVPsystems_solved.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 5 - Partial Differential Equations/M5_PDEsystems.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 5 - Partial Differential Equations/M5_PDEsystems.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 5 - Partial Differential Equations/M5_PDEsystems_solved.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 5 - Partial Differential Equations/M5_PDEsystems_solved.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 6 - Optimization/M6_Optimization.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 6 - Optimization/M6_Optimization.mlx -------------------------------------------------------------------------------- /tutorial/matlab/Tutorial 6 - Optimization/M6_Optimization_solved.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PSORLab/Chemical_Engineering_Analysis_Notebooks/HEAD/tutorial/matlab/Tutorial 6 - Optimization/M6_Optimization_solved.mlx --------------------------------------------------------------------------------