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
  How to properly extract mathematical equations and images from PDF for a Python RAG c IchNar 2 97 Jan-27-2026, 11:53 PM
Last Post: Pedroski55
  Create bot to automate operations in IQ Option JonatasCavalini 1 32,481 Jul-25-2025, 11:26 PM
Last Post: liberwicca
  plotting based on the results of mathematical formulas Timur 1 1,342 Feb-08-2024, 07:22 PM
Last Post: Gribouillis
  Taking Mathematical Expressions from Strings quest 2 2,358 Jul-02-2023, 01:38 PM
Last Post: Pedroski55
  Replicate Excel operations with Python Lumberjack 3 3,599 May-10-2022, 01:44 AM
Last Post: Lumberjack
  Program demonstrates operations of bitwise operators without using bitwise operations ShawnYang 2 3,173 Aug-18-2021, 03:06 PM
Last Post: deanhystad
  About mathematical equations seyidcemkarakas 3 3,632 Oct-04-2020, 01:21 PM
Last Post: Gribouillis
  Recognising mathematical expressions from word and pdf file Preeti15 0 3,069 Aug-19-2020, 09:06 AM
Last Post: Preeti15
  Random Choice Operations Souls99 6 5,077 Jul-31-2020, 10:37 PM
Last Post: Souls99
  Mathematical Conversion Scripts for Weather Station Mickey53usa 11 8,468 Jun-24-2020, 03:14 AM
Last Post: buran

Forum Jump:

User Panel Messages

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