Convert Units of Magnetic Flux Density (Magnetic Induction)


Conversions    Home Page 

How to convert magnetic induction units using the AddUp calculator

How to convert units in general

Conversions can be done either with the "->" conversion operator or with the equivalent "convert" function. The function has three parameters: a quantity, a unit to convert from and a unit to convert to. Likewise the conversion operator uses three values: the quantity and unit to convert from are placed on the left side of the operator while the unit to convert to goes to the right side.

Magnetic Flux Density Units

The basic unit of magnetic induction is the tesla. All units of magnetic flux density are expressed in terms of this base unit and so measurements can be converted from any one of the following units to any other.

gammaFlux
nanotesla: 1e-9 tesla
gauss
CGS unit: 0.0001 tesla
tesla
Basic unit of magnetic flux density (weber / m2): 1 tesla

Sample Conversions of Magnetic Flux Density Units

Convert tesla to gamma flux

10 tesla -> gammaFlux = 10e+9

convert(10; tesla; gammaflux) = 10e+9

Convert tesla to gauss

10 tesla -> gauss = 100,000

convert(10; tesla; gauss) = 100,000

Convert gamma flux to tesla

10 gammaflux -> tesla = 1e-8

convert(10; gammaFlux; tesla) = 1e-8

Convert gauss to tesla

10 gauss -> tesla = 0.001

convert(10; gauss; tesla) = 0.001

Convert gauss to gamma flux

10 gauss -> gammaFlux = 1,000,000

convert(10; gauss; gammaFlux) = 1,000,000

Convert gamma flux to gauss

10 gammaFlux -> gauss = 0.0001

convert(10; gammaFlux; Gauss) = 0.0001