Python Forum
Beginner user: mathematical operations
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner user: mathematical operations
#1
Might you please help me code the following imaginary system using jupyter notebook?
I want to plot some of these variables and analyse their behavior over time.

X(t) = A(t) * L1(t) * K(t)
M(t) = A(t) * L2(t) * B(t)
L1(t) + L2(t) = 1
A(t) = A(t-1) * (1+g)
B(t) = psi * [M(t-1) + X(t-1)]
K(t) = (1-delta) * K(t-1)
M(t) = X(t)

Thank you very much.
Reply
#2
Suggest reviewing; https://pymotw.com/3/codecs/
also: https://pypi.python.org/pypi/FontTools

Sorry this belongs in another thread!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  plotting based on the results of mathematical formulas Timur 1 296 Feb-08-2024, 07:22 PM
Last Post: Gribouillis
  Taking Mathematical Expressions from Strings quest 2 664 Jul-02-2023, 01:38 PM
Last Post: Pedroski55
  Replicate Excel operations with Python Lumberjack 3 1,772 May-10-2022, 01:44 AM
Last Post: Lumberjack
  Program demonstrates operations of bitwise operators without using bitwise operations ShawnYang 2 1,757 Aug-18-2021, 03:06 PM
Last Post: deanhystad
  About mathematical equations seyidcemkarakas 3 1,963 Oct-04-2020, 01:21 PM
Last Post: Gribouillis
  Recognising mathematical expressions from word and pdf file Preeti15 0 1,746 Aug-19-2020, 09:06 AM
Last Post: Preeti15
  Random Choice Operations Souls99 6 2,889 Jul-31-2020, 10:37 PM
Last Post: Souls99
  Create bot to automate operations in IQ Option JonatasCavalini 0 12,269 Jul-19-2020, 02:23 AM
Last Post: JonatasCavalini
  Mathematical Conversion Scripts for Weather Station Mickey53usa 11 4,492 Jun-24-2020, 03:14 AM
Last Post: buran
  Two operations in two ranges salwa17 3 2,094 Jun-22-2020, 04:15 PM
Last Post: perfringo

Forum Jump:

User Panel Messages

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