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)
1 | initial version |
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)
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], 3 | retagged |
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)