MathGroup Archive 2002

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

Search the Archive

Re: c++ book

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37216] Re: c++ book
  • From: "Jeff Dillon" <jeffdi at fidalgo.net>
  • Date: Thu, 17 Oct 2002 00:08:37 -0400 (EDT)
  • References: <200210161825.OAA10555@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Perhaps Numerical Recipes in C++

----- Original Message -----
From: "Christopher Maierle" <chris at chaos.physik.uni-dortmund.de>
To: mathgroup at smc.vnet.net
Subject: [mg37216]  c++ book


> Hi,
>
> I'm looking for a book recommendation.
> I've been using mathematica and I love it.  I'd like to speed up some of
> my Mathematica codes though.  What I really want to do is code some basic
algrebraic
> steps in a lower level language.  I need to somehow set up c/c++ code
> for operators, how they multiply, and also deal with multiplicative
constants
> and addition for example.  I currently do this all with Mathematica but
for
> large symbolic calculations involving many operations Mathematica becomes
quite
> slow. (at least with my coding ability ;) )  Does anyone have any
> recommendations for a c++ book along these lines?  Simply put, I basically
> want to write c++ code that functions similarly to mathematica but that
> is specialized to particlar types of algebraic problems and therefore
> runs faster.  Any suggestions?
>
> -chris
>
>
>
>



  • References:
    • c++ book
      • From: Christopher Maierle <chris@chaos.physik.uni-dortmund.de>
  • Prev by Date: RE: Plotting direction fields for a logistic equation
  • Next by Date: Re: List processing
  • Previous by thread: c++ book
  • Next by thread: Re: Re: c++ book