Ask Your Question

Shimi's profile - activity

2022-12-10 00:38:05 +0200 received badge  Famous Question (source)
2020-07-17 17:25:10 +0200 received badge  Notable Question (source)
2018-08-27 11:13:20 +0200 received badge  Popular Question (source)
2014-08-13 15:46:25 +0200 commented answer Specifying variables to be included in Hessian calculation

Thank you. That's exactly what I was looking for.

2014-08-12 00:44:42 +0200 received badge  Student (source)
2014-08-11 14:58:23 +0200 asked a question Specifying variables to be included in Hessian calculation

I want to calculate the Hessian of a function that has 5 variables and 6 parameters. I do not want the derivatives taken by the parameters.

Is there a way to separately define parameters and variables in sage?

Alternatively, is there a way to make the Hessian function only use some variables for derivation?

2013-07-16 05:36:46 +0200 commented answer How to get slack values when using GLPK backend?

Thanks for the reply. The problem wound up being much simpler to formulate and get the necessary values using lp_solve.

2013-07-16 05:24:38 +0200 received badge  Supporter (source)
2013-07-15 09:17:24 +0200 asked a question How to get slack values when using GLPK backend?

Hello, When using sagemath to compute a linear programming problem(using GLPK backend), is there a way to get the slack values other than the full p.print_ranges()? that is just send the slacks(surplus) to a variable or vector? Thanks.