Hello,
Thanks for taking the time to look at my post!
I am having trouble creating time pulsed matrices for a 2D finite difference heat conduction problem I am working on.
Basically what I need to do is have a matrix A(i,j,p) that varies with p.
Example:
@ p=1
[1 1]
[1 1]
@ p =2
[0 0]...