Tagged Questions
2
votes
2answers
283 views
Unexpected result of summation
I wrote small module that gives me incorrect output-set, it should be a single number!
I don't understand what went wrong.
This is the form of summation used:
$$\frac{1}{2} (b-a) \sum_{i=1}^n ...
5
votes
3answers
480 views
Solution for equation system with piece-wise defined functions
As I could swear this worked just yesterday, I am probably just doing something stupid here and I am sorry to bother you :)
I am trying to find the point where a curve crosses a line. In this case, ...