galpy.potential.linearPotential.__mul__¶
- linearPotential.__mul__(b)[source]¶
Multiply a linearPotential’s amplitude by a number
- Parameters:
b (int or float) – Number to multiply the amplitude of the linearPotential instance with.
- Returns:
New instance with amplitude = (old amplitude) x b.
- Return type:
linearPotential instance
Notes
2019-01-27 - Written - Bovy (UofT)