1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2020 - Stéphane MOTTELET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
9 // <-- NO CHECK REF -->
11 // <-- Non-regression test for bug 16483 -->
13 // <-- Bugzilla URL -->
14 // http://bugzilla.scilab.org/16483
16 // <-- Short Description -->
17 // substraction of complex polynomial matrices is broken (Scilab 6 regression)
22 assert_checkequal(A-B,[0 0;0 %s])
23 assert_checkequal(B-A,[0 0;0 -%s])