Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 741 Bytes

PhysElekFunc.md

File metadata and controls

26 lines (16 loc) · 741 Bytes

PhysElekFunc

This page shows all the available functions and some example implementations.

fieldforce(Q_1,Q_2,r)

Description:

Returns the force [N] between the two given electric charges
Input: Q_1 [C], Q_2 [C], r [m]

Example:

fieldforcevec(Q_1,Q_2,r_12)

Description:

Returns the force vector [N] between the two given electric charges
Input: Q_1 [C], Q_2 [C], r_12 [[m],[m]]

Example: