Student[VectorCalculus][VectorPotential] - compute the vector potential of a vector field in R^3
|
Calling Sequence
|
|
VectorPotential(v)
|
|
Parameters
|
|
v
|
-
|
vector field or Vector-valued procedure; specify the components of the vector field in R^3
|
|
|
|
|
Description
|
|
•
|
The VectorPotential(v) calling sequence computes the vector potential of the vector field v. The result is a vector field F such that . If a vector potential does not exist, NULL is returned.
|
•
|
If v is a vector field, a vector field is returned. If v is a procedure, a procedure is returned.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?