Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Time Pulsed Matrices

Status
Not open for further replies.

Jason86

Mechanical
Joined
Oct 9, 2010
Messages
1
Location
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top