C S C I 5 3 0 4
Matlab and Python Diaries
Help with matlab and octave
Matlab and Python
scripts or diaries for demos seen in class,
or data/ scripts (for HWs):
- Dec. 07, 2023.
- Dec. 05, 2023.
- Nov. 30, 2023.
- Nov. 28, 2023.
- Nov. 21, 2023.
- HW5 data
-
SilvDam.mat Data for picture SilvDam used
needed for HW5. Use: Load('SilvDam')
- Nov. 16, 2023.
- Nov. 14, 2023.
-
Nov14_2023 Matlab
demo of Nov. 14 -- wich used:
-
run_me.m matrix set-up from
Practice Exercise number 6.
- Nov. 9, 2023.
-
Nov09_2023 Matlab
demo of Nov. 9 -- wich used:
-
hoLS.m - solving least-squares
problem
- hoApp.m - apply Householder
transform to a vector
- backsolv.m - upper triangular
system solve.
- HoQR -- was used but not shown [part of HW4]
- Nov. 7, 2023.
-
Nov07_2023 Matlab
demo of Nov. 7 -- We used:
-
house.m
function to build basic
Householder transform
-
house1.m
Alternative function to build
Householder transform
-
housev.py
This is the python version of house.m - If you need to you can also get the
same function as house1.m by just uncommenting Line 18 and
commenting out Line 19.
- Nov. 2, 2023.
-
Nov02_2023 Matlab
demo of Nov. 2 -- We used:
-
mgsa.m modified Gram-Schmidt
script
-
expl_P7_9.txt
Data to interpolate from Expl. in page 7-9 of notes
- Oct 31, 2023. Here are the data files you will need for HW4:
- Oct 31, 2023
-
Oct31_2023 Matlab
demo of Oct. 31 -- We used:
-
cgsa.m classical Gram-Schmidt
script
-
mgsa.m modified Gram-Schmidt
script
- Oct 26, 2023
- Oct 24, 2023
- Oct 19, 2023
- Oct 17, 2023
- Oct 12, 2023
- Oct 5, 2023
- Oct 3, 2023
- Sep 12, 2023
- Sep 7, 2023