Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.1K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Why is this not plotting ? I would like to plot with units .....

Posted 10 years ago
POSTED BY: john massucci

Mathematica 10.3.1, windows 7, 64 bit:

vel = Quantity[3000, "Feet"/"Seconds"];
grav = Quantity[1,"StandardAccelerationOfGravity"];
Plot[vel*t + 1/2 (-grav) t^2, {t, Quantity[0, "Seconds"], 
  Quantity[3, "Seconds"]}, PlotTheme -> "Web", FrameLabel -> Automatic, Filling -> Bottom]

enter image description here

POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard