Path: Electrical/Wire
% Computes the resistivity of copper
Fits low and high temperature curves.
Type ResistivityCopper for a demo.
--------------------------------------------------------------------------
Form:
rho = ResistivityCopper( t )
--------------------------------------------------------------------------
------
Inputs
------
t (1,:) Temperature (deg-K)
-------
Outputs
-------
rho (1,:) Resistivity (Ohm-m)
--------------------------------------------------------------------------
Reference: Lisa M. Larrimor, "Low Temperature Resistivity,"
https://www.sccs.swarthmore.edu/users/02/lisal/
physics/labs/lowtemp.pdf
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Electrical Module page