✏️ 正在编辑: test.php
路径:
/home/bpioifn/www/pigmentse/vendor/markbaker/matrix/examples/test.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include __DIR__ . '/../classes/Bootstrap.php'; $grid1 = [ [1, 3, 2], [2, 3, 1], ]; $grid2 = [ [1, 6], [0, 1], ]; $matrix = new Matrix\Matrix($grid1); $new = $matrix->directsum(new Matrix\Matrix($grid2)); var_dump($new);
💾 保存文件
← 返回文件管理器