Python Forum
creating simplex tableau pivot program easy or difficult for a beginner in Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
creating simplex tableau pivot program easy or difficult for a beginner in Python?
#1
I am thinking about trying to make a program where I can fill in a list of numbers and it would solve a simplex tableau and pivot it based on what the most negative bottom number is. I also would want to be able to input numbers and then get the values for the variables outputted to me. Is something like this a bit too difficult as a beginner?

I want to know what people think before I try to do this. I also don't really know how I would start to try and do this, it is just an idea that I had. It would be useful to have it set up similar to how it is in the image below, where I can input numbers, and then it would pivot it for me.

https://imgur.com/a/dnP5yOw
Reply
#2
Can it be done? Sure, anything is possible.
Is it too difficult for a beginner? I can't answer that, I don't even know what a simplex tableau is.

A pandas dataframe can be rotated, which might help? https://pandas.pydata.org/pandas-docs/st...spose.html
Reply
#3
see: https://www.geeksforgeeks.org/simplex-al...ar-method/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  working with pivot table gunther 1 370 Jan-22-2025, 08:55 AM
Last Post: Keville_35
Information pivot gunther 0 357 Dec-06-2024, 03:57 PM
Last Post: gunther
  difficult string conversion need help Pir8Radio 3 1,788 Nov-27-2022, 06:15 PM
Last Post: Gribouillis
  Need Help! Pandas EXCEL PIVOT psb3958 1 1,572 Nov-13-2022, 10:37 PM
Last Post: deanhystad
  group by create pivot table python dawid294 1 2,067 Jun-22-2022, 06:13 PM
Last Post: Larz60+
  Tableau Time Series Prediction using Python Integration tobimarsh43 0 2,363 Jul-24-2020, 10:38 AM
Last Post: tobimarsh43
  How to solve difficult non-linear equations? shreeniket 3 3,216 Apr-23-2020, 01:36 AM
Last Post: shreeniket
  how difficult its to move to Python 3.8 from Python 2.7 dkirandasari 4 4,208 Jan-23-2020, 07:42 PM
Last Post: DeaD_EyE
  SQL Pivot EAV Quentin 2 3,534 Dec-03-2019, 11:52 PM
Last Post: Quentin
  What was my mistake in this Python code (easy)? voltman 4 4,372 Nov-19-2019, 09:58 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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