Python Forum
how can I create a recursive graphic with matplotlib
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can I create a recursive graphic with matplotlib
#1
hello to all, I am wanting to draw a graph similar to the one that will be shown in the image:
[Image: pn40p977hfmefb67g.jpg]
The question is:

  1. For the differential equations given below, solve the sequence and [n], use the program recur for
    0 <= n <= 10, and plot and against n in a stem graph.
  • y[n] = y[n-1] + u[n-1],
    y[1] = 0
I was thinking about using the following numpy libraries in matplotlib.
np.linspace
plt.stem
my problem lies in recur (), well I have information on how it works, for example

[Image: cofo8uaz8yqgaaa7g.jpg]
Reply


Messages In This Thread
how can I create a recursive graphic with matplotlib - by royer14 - Nov-22-2018, 12:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question I’m trying to create a Power BI Matplotlib quadrant chart and I’m a little stumped. Nidwolff 1 328 Mar-04-2024, 06:07 AM
Last Post: Danishhafeez
  matplotlib.pyplot functions create new figures instead of applying to the current one karkas 2 2,048 Jul-09-2020, 08:32 AM
Last Post: karkas
  How to create matplotlib subplots from figures vitaly 3 3,087 Mar-02-2020, 12:58 AM
Last Post: scidam
  Matplolib graphic from batch achilledue 2 2,490 Sep-11-2019, 08:43 AM
Last Post: buran
  how can I create graphics using matplotlib royer14 8 4,144 Nov-21-2018, 07:02 AM
Last Post: Gribouillis
  3D graphic lollie 2 2,759 Jun-11-2018, 07:21 AM
Last Post: lollie

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020