Skip to main content
1-Visitor
January 1, 2011
Question

plotting a function

  • January 1, 2011
  • 1 reply
  • 5080 views

Hi,

I have a question regarding usage of MC11. Please see the attached file. I have 2x2 matrix which contains functions of time t. I want to plot the functions of the matrix a. I tried it on the element (0,0). If I put the fucntion in on the plot as a00, then it doesn't plot it. If I assign it to a function b(t), it still doesn't plot it. I have copy the function and assign it c(t) for it to plot it. I don't want to manually copy and paste the function to get it plotted. Is there a way to plot a function in matrix a directly on a graph without copying the function and assigning it to another function? Thanks.

Mark.

1 reply

1-Visitor
January 1, 2011

Your syntax is a bit off. When you define a function, most of the time you need the argument as well. "a(t)" not just"a".

1-Visitor
January 1, 2011

Thanks.

I didn't show where function matrix a comes form. It is solution of an inverse laplace transform. I have included that section in the attached file. The difficulty is I cannot assign the result of inverse laplace to a function as a(t), but only as "a"...

Mark.

19-Tanzanite
January 1, 2011

Add one more step