Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

solve() does not solve

The output of this system is [] after waiting 10 mins. What's the problem here?

var('a2,b2') solve([ log(10,a2) + log(10,b2) * 435 == 50.88, log(10,a2) * 435 + log(10,b2) * 8555 == 979.15], a2,b2)

click to hide/show revision 2
None

solve() does not solve

The output of this system is [] after waiting 10 mins. What's the problem here?

var('a2,b2')
solve([
log(10,a2) + log(10,b2) * 435 == 50.88,
log(10,a2) * 435 + log(10,b2) * 8555 == 979.15], a2,b2)

a2,b2)

solve() does not solve

The output of this system is [] after waiting 10 mins. What's the problem here?

var('a2,b2')
solve([
log(10,a2) + log(10,b2) * 435 == 50.88,
log(10,a2) * 435 + log(10,b2) * 8555 == 979.15], a2,b2)