Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
first time in python
#1
Hello,

Anyone who can tell me how to plot something like this:
f = f(x)
g = function with variable f = g(f)
h = function of g = h(g)

T = k(h(g(f)))

plot T(x)
Thanks!

E.g. f = sin(x)
g = 5 + f**2
h = 1 - log(g)
T = f - g**2 + sin(h)
Reply


Messages In This Thread
first time in python - by TDW5 - Nov-01-2019, 01:44 PM
RE: first time in python - by jefsummers - Nov-01-2019, 06:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to change UTC time to local time in Python DataFrame? SamKnight 2 1,677 Jul-28-2022, 08:23 AM
Last Post: Pedroski55
  Getting error in finding time.time() value in python Lakshana 1 2,527 Jan-11-2018, 07:07 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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