![]() |
Function defined by branches - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Function defined by branches (/thread-31528.html) |
Function defined by branches - antoniogalante - Dec-16-2020 hello, I'm having some difficulty creating a program. It consists of the following, I need to create a graph of a function defined by branches, and then create a graph with the calculation of the derivative and the integral through the progressive and regressive approximations RE: Function defined by branches - deanhystad - Dec-16-2020 You need to provide more context. Code, even non-working not sure what the heck I am doing code is preferred. What do you mean by "create a graph"? "Graph" has a lot of meanings. What do you mean by "graph of a function defined by branches"? Is the graph defined by branches (that makes sense) or the function defined by branches (less sense, but code in a function can define a branch). And when you say "function" do you mean this in a programming way or a math way? |