Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

Cyrille gravatar image

Problem with solve and solve_ineq

In the following inequation solving

var('x_0 x_1') 
s1=solve(x_1 - 2*x_0 <= 20, x_0) 
show(s1)

whatever be the variable x0 or x1 the result obtains is a function of x1. So I try to substitute for solve_ineq() and then have an error. I need a result in the form x120+2x0.