MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

good list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125101] good list
  • From: "Brambilla Roberto Luigi (RSE)" <Roberto.Brambilla at rse-web.it>
  • Date: Tue, 21 Feb 2012 06:15:51 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi to all,

 

I have a function  myfunc[x] (of some complexity) and I want to build
the list of its values in the interval (a<=x<=b) with step
dx=(b-a)/nstep

 

nstep=100;

mylist=Table[{x,myfunc[x],{x,a,b,(b-a)/nstep}];

 

According to the input value, sometimes myfunc[x] is not able to give a
numeric result

(in my case a singular difficult numerical integral) . In others cases
it works fine.

My question is how to build the list with only the good cases.

 

Many thanks, Roberto


RSE SpA ha adottato il Modello Organizzativo ai sensi del D.Lgs.231/2001, in forza del quale l'assunzione di obbligazioni da parte della Societ=E0 avviene con firma di un procuratore, munito di idonei poteri.
RSE adopts a Compliance Programme under the Italian Law (D.Lgs.231/2001). According to this RSE Compliance Programme, any commitment of RSE is taken by the signature of one Representative granted by a proper Power of Attorney.  Le informazioni contenute in questo messaggio di posta elettronica sono riservate e confidenziali e ne e' vietata la diffusione in qualsiasi modo o forma. Qualora Lei non fosse la persona destinataria del presente messaggio, Lainvitiamo a non diffonderlo e ad eliminarlo, dandone gentilmente comunicazione al mittente. The information included in this e-mail and any attachments are confidential and may also be privileged. If you are not the correct recipient, you are kindly requested to notify the sender immediately, to cancel it and not to disclose the contents to any other person.


  • Prev by Date: Re: NDSolve solutions
  • Next by Date: Re: Microarray data analysis
  • Previous by thread: Re: simplifying algebraic expressions with Null
  • Next by thread: Re: good list