Group Abstract Group Abstract

Message Boards Message Boards

0
|
10.1K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

A simple problem with the new version of Mathematica. (units)

Simple Question: I have just started using Mathematica 10. In the older versions using Units was easier. Just << `Units and you could calculate F=m*a using grams and centimeters, just like by hand. How do you do that in Mathematica 10 i.e. How do I calculate:

F= 10 gm * 980 cm/sec^2, and get an answer in dynes?

POSTED BY: Rob Brown
3 Replies
Posted 11 years ago

Syntax clumsy but at least the formula is built-in.

a = Quantity[4*10^14, "Hz"];
b = Quantity[273, "Kelvin"];
FormulaData[{"PlanckRadiationLaw",  "Frequency"}, {QuantityVariable["\[Nu]","Frequency"] -> a,  QuantityVariable["T","Temperature"] -> b}]

I(\[Nu])==2.728045498776555*10^-37 kg/(s)^2
POSTED BY: Douglas Kubler
Posted 11 years ago
POSTED BY: Vorname
POSTED BY: Rob Brown
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard