1

I am total beginner to Mathematica. I am following some examples from here

However, if I run some function, for example, MiniMaxApproimation, then I get no output.

Following are few things I tried but nothing shows up as on website

1]: [![https://i.stack.imgur.com/LC9Q8.png

However, on website the output looks like this: enter image description here

  • 1
    As the mannual says, you need to run `<< FunctionApproximations`` first. – Sumit Aug 06 '21 at 08:38
  • 1
    I would add that you can observe the color: if a command is written in black--it is known to Mathematica. If a command is written blue--it is undefined. – yarchik Aug 06 '21 at 08:58

1 Answers1

1

Based on @Sumit's reply. Run this command before running fucntions

<< FunctionApproximations`