Question: Using Physical Constants

In order to use a physical constant I have to load the package "ScientificConstants". For instance, if I need the speed of light, c, I have to assign c:= Constant(c). In other words just by loading ScientificConstants the constants are not automatically assigned. Is that correct?

Please Wait...