Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

AffineMap was present in Mathematica version 4. What is the equivalent command in the current version of Mathematica?

share|improve this question
"AffineTransform[m] gives a TransformationFunction that represents an affine transform that maps r to m.r. " ?? – cormullion Jan 25 at 13:36
AffineTransform might be what you're looking for? – ian.milligan Jan 25 at 13:36

1 Answer

You can find most packages that shipped with Mathematica but don't any more at the Wolfram Library Archive.

AffineMap is from a package accompanying the book Programming in Mathematica by Roman Maeder that also shipped with Mathematica 4. It can be downloaded here.

As people mentioned in comments, it may be more convenient to use the new built in AffineTransform function.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.