ubsuny / 23-Homework6G3

This is the main repository for 23-Homework6G3 involving calculus.
https://github.com/ubsuny/23-Homework6G3
Apache License 2.0
0 stars 7 forks source link

Boundries question #69

Open JustinJaniszewski opened 7 months ago

JustinJaniszewski commented 7 months ago

Hello, I noticed in your calculus.ipynb file, you wrote

boundaries = {
    'exp': [0, 3],
    'cos': [0, np.pi],
    'poly': [-1, 1]
}

I personally did something different and am curious which is correct. I did all three boundries for the exp, all three for cos, and all three for the poly function

github-actions[bot] commented 7 months ago

Bravo! You've created your first issue

s4il3sh commented 7 months ago

Great! did you get correct results?