simplifier
Publié : mar. nov. 06, 2012 5:38 pm
un détail gênant pour des élèves.
simplifier(sqrt(a)-sqrt(b)) renvoie sqrt(a)-(sqrt(b))
simplifier((sqrt(a)-sqrt(a-1))) renvoie rootof([[-1,0,4*a-2,0],[1,0,-4*a+2,0,1]])
J'imagine qu'il faut s'en contenter ?
[Edit]
j'ai rencontré le problème avec:
M:=[[1,sqrt(x)],[2,sqrt(x-1)]]
det(M)
solve(det(M))
simplifier(sqrt(a)-sqrt(b)) renvoie sqrt(a)-(sqrt(b))
simplifier((sqrt(a)-sqrt(a-1))) renvoie rootof([[-1,0,4*a-2,0],[1,0,-4*a+2,0,1]])
J'imagine qu'il faut s'en contenter ?
[Edit]
j'ai rencontré le problème avec:
M:=[[1,sqrt(x)],[2,sqrt(x-1)]]
det(M)
solve(det(M))