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
  difficult string conversion need help Pir8Radio 3 1,052 Nov-27-2022, 06:15 PM
Last Post: Gribouillis
  Need Help! Pandas EXCEL PIVOT psb3958 1 944 Nov-13-2022, 10:37 PM
Last Post: deanhystad
  group by create pivot table python dawid294 1 1,286 Jun-22-2022, 06:13 PM
Last Post: Larz60+
  Tableau Time Series Prediction using Python Integration tobimarsh43 0 1,907 Jul-24-2020, 10:38 AM
Last Post: tobimarsh43
  How to solve difficult non-linear equations? shreeniket 3 2,380 Apr-23-2020, 01:36 AM
Last Post: shreeniket
  how difficult its to move to Python 3.8 from Python 2.7 dkirandasari 4 3,182 Jan-23-2020, 07:42 PM
Last Post: DeaD_EyE
  SQL Pivot EAV Quentin 2 2,815 Dec-03-2019, 11:52 PM
Last Post: Quentin
  What was my mistake in this Python code (easy)? voltman 4 3,442 Nov-19-2019, 09:58 PM
Last Post: snippsat
  Super easy beginner question AkulaLA 3 3,247 Nov-07-2019, 03:42 AM
Last Post: Larz60+
  How to pivot a dat UGuntupalli 0 1,885 Oct-17-2019, 11:13 PM
Last Post: UGuntupalli

Forum Jump:

User Panel Messages

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