Python Forum

Full Version: Function defined by branches
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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?