Recent content by Revan3

  1. R

    Exploring Laplace Transforms: Understanding the Division by t Theorem

    I actually want to know why you can pick integration limits it must have some meaning
  2. R

    Exploring Laplace Transforms: Understanding the Division by t Theorem

    Okay so I am brushing up my Laplace transforms as an independent study and I come across this proof for the "division by t theorem". The idea proof it self I have no problems with except for the limits of the first integration, It feels like they just arbitrarily choose the limits to be from...
  3. R

    MATLAB How to Plot Vector Functions in Matlab?

    Ah thanks works t=0:0.001:2; x = t; y = 4*t.^(2/3); z = -t.^2; plot3(x,y,z)
  4. R

    MATLAB How to Plot Vector Functions in Matlab?

    Hi, Just ran into a review problem in my calculus book. Does anyone know how to plot vector functions in matlab? Problem: Graph the curve with parametric equations x = t y = 4t^(2/3) z = -t^2 [and find the curvature at the point (1,-4,-1).
Back
Top