Creating Time Pulsed Matrices
Creating Time Pulsed Matrices
(OP)
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]
[0 0]
@ p=3
[1 1]
[1 1]
...and so on until pmax.
Also, I would have to be able to vary the "width" of the pulse.
Any suggestions on how I can do this?
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]
[0 0]
@ p=3
[1 1]
[1 1]
...and so on until pmax.
Also, I would have to be able to vary the "width" of the pulse.
Any suggestions on how I can do this?