Re: [Scilab-users] Changing properties of mark_mode polyline in param3d1

2022-05-01 Thread P M
Hello, are you bound to param3d1 or can you use scatter3d instead? scatter3d([1 2 3],[3 4 2],[5 2 4],36,['red1' 'green1' 'blue1'],'fill');a = gca();a.data_bounds = [0,0,0;7,7,7]; BR Philipp Am Fr., 29. Apr. 2022 um 12:57 Uhr schrieb Izabela Wójcik-Grząba < i...@il.pw.edu.pl>: > Hello, > > I

Re: [Scilab-users] Variable user equation input (2, 3 or more)

2022-05-01 Thread Lester Anderson
As a test, I increased the value n (iterations) and that forced it to converge on the value 150999. Sounds like I need a test of convergence. On Sun, 1 May 2022 at 08:37, Lester Anderson wrote: > Having an issue with the code: > > Tried: x ≡ 2 mod 11; 3 mod 12; 4 mod 13; 5 mod 17; 6 mod 19

Re: [Scilab-users] Variable user equation input (2, 3 or more)

2022-05-01 Thread Lester Anderson
Having an issue with the code: Tried: x ≡ 2 mod 11; 3 mod 12; 4 mod 13; 5 mod 17; 6 mod 19 (result should be 150999 but get 442719) Also checked x ≡ 4 mod 11; 3 mod 17 (result should be 37 but get 136) However, 3 equations work fine! I have pinned down the problem to M_inv, where it is not