help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integrating a Circular Shaped Loop in a Vector Field


From: Juan Pablo Carbajal
Subject: Re: Integrating a Circular Shaped Loop in a Vector Field
Date: Thu, 12 Dec 2013 18:02:40 +0100

On Thu, Dec 12, 2013 at 3:30 PM, astaton <address@hidden> wrote:
> Sir or Mrs,
>
> I am new to Octave and have been pouring over the archives to find a sample
> solution for numerically integrating a circular loop that is in a vector
> field.  I have the code generated for the vector values and have this
> plotted nicely with quiver3 and plot3 functions.
>
> The loop is normal to the vector fields so I thought would be simple..not
> so.
>
> Eventually I want to vary the radius of the loop to show ideal coupling.
> Any assistance would be greatly appreciated and I am offering partial credit
> for the paper.
>
> P.S.  I have also tried to plot a circular planar loop normal to the vector
> fields which has been unsuccessful at this point.  However the rectangular
> planar was plotted with the slice function.
>
> -AS
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Integrating-a-Circular-Shaped-Loop-in-a-Vector-Field-tp4660038.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

First, what integral do you want to do? Line integral? Flux?
Once you know you can write the components of the integrand and use
any of the *quad functions.
However, GNU Octave is meant for numerical calculations. If what you
want is symbolic calculations then you better try other softaware (or
ask if the symbolic package for GNU Octave works already), for example
Maxima.

Cheers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]