EMEC - Greg: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Definitions=
=Definitions=


{|border="1"
{|class="wikitable"
| Symbol || Units || Name
| Symbol || Units || Name
|-
|-
Line 29: Line 29:
|-
|-
| <math> I = \frac{V}{R} = G \cdot V </math> or <math>\overrightarrow{J} = \sigma \cdot \overrightarrow{E}</math> || <math>\overrightarrow{B} = \mu \cdot H </math> assumed linearity (though it's not always the case - think hysteresis loop
| <math> I = \frac{V}{R} = G \cdot V </math> or <math>\overrightarrow{J} = \sigma \cdot \overrightarrow{E}</math> || <math>\overrightarrow{B} = \mu \cdot H </math> assumed linearity (though it's not always the case - think hysteresis loop
|}


=== Parenthesizing big expressions, brackets, bars ===
{| class="wikitable"
! Feature !! Syntax !! How it looks rendered
|-
| Bad
| <code>( \frac{1}{2} )</code>
| <math>( \frac{1}{2} )</math>
|-
| Good
| <code>\left ( \frac{1}{2} \right )</code>
| <math>\left ( \frac{1}{2} \right )</math>
|}
|}

Revision as of 17:37, 6 January 2010

Definitions

Symbol Units Name
Electric Field Intensity
Electric Flux Density
Magnetic Field Intensity
Magnetic Flux Density

Analogies between Electric & Magnetic Circuits

Electric Magnetic
Kirchoff's voltage law
Kirchoff's current law The B-field has to go around in a loop
Magnetic flux
or assumed linearity (though it's not always the case - think hysteresis loop


Parenthesizing big expressions, brackets, bars

Feature Syntax How it looks rendered
Bad ( \frac{1}{2} )
Good \left ( \frac{1}{2} \right )