help-octave
[Top][All Lists]
Advanced

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

Re: isolating a special case


From: Francesco Potorti`
Subject: Re: isolating a special case
Date: Mon, 10 Dec 2007 17:36:03 +0100

>What is the best way to isolate a special case?  I have a large collec-
>tion of surface patches contributing fields at an observation point.
>But that obs. point may be at one of the patches, in which case that
>patch's contribution has an analytic expression (otherwise it would be
>singular).  The results are put into a matrix whose indices represent
>the surface.  I know how to this using the approach
>
>    fieldmatrix = (range<0.1)*selffield + (0.1<=range)*otherfield
>
>where 'range' is the same size matrix as 'fieldmatrix', giving the
>distances between patch and obs. point.  But then I'd have to compute
>'selffield' in all the positions where it's not needed.  Is there a
>more efficient way of doing this?

Is suppose that you should just compute selffield where (range<0.1).

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
Web: http://fly.isti.cnr.it/           Key:   fly.isti.cnr.it/public.key


reply via email to

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