reactance_conversion | R Documentation |
Converts between capacitance, inductance, and reactance
c_to_x(c, freq)
l_to_x(l, freq)
x_to_c(x, freq)
x_to_l(x, freq)
c |
Capacitance (F) |
freq |
Frequency (Hz) |
l |
Inductance (H) |
x |
Reactance (jOhm) |
Converted data in SI units.
c_to_x(1:10 * 1e-12, 2e9)
l_to_x(1:10 * 1e-9, 2e9)
x_to_c(-1:-10, 2e9) * 1e12
x_to_l(10:20, 2e9) * 1e9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.