Re: [Scilab-users] isreal question

2020-03-06 Thread Samuel Gougeon
Le 06/03/2020 à 19:31, kjubo a écrit : Dear all, consider this code: ==start of code clc clear a3 = 1 a2 = -1 a1 = 0.106865 a0 = -0.002212 mode(0) sol = roots([a3 a2 a1 a0]) isreal(sol(1)) isreal(sol(2)) isreal(sol(3)) ==end of code i get this print in console: sol = 0.8816333

Re: [Scilab-users] isreal question

2020-03-06 Thread Stéphane Mottelet
Hello, This has been fixed in Scilab 6.1. S. > Le 6 mars 2020 à 19:31, kjubo a écrit : > > Dear all, > > consider this code: > > ==start of code > clc > clear > > a3 = 1 > a2 = -1 > a1 = 0.106865 > a0 = -0.002212 > mode(0) > sol = roots([a3 a2 a1 a0]) > isreal(sol(1)) > isreal(sol(2)) >

[Scilab-users] isreal question

2020-03-06 Thread kjubo
Dear all, consider this code: ==start of code clc clear a3 = 1 a2 = -1 a1 = 0.106865 a0 = -0.002212 mode(0) sol = roots([a3 a2 a1 a0]) isreal(sol(1)) isreal(sol(2)) isreal(sol(3)) ==end of code i get this print in console: sol = 0.8816333 0.0907062 0.0276605 ans = F

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2020-03-06 Thread farimani
There are more StackExchange forums where Scilab is quite popular: - math.stackexchange.comnewest questions - stats.stackexchange.com newest questions