Skip to content

Matrix Parsing/Evaluation Bug  #1200

@rdbyk

Description

@rdbyk

Describe the bug

An expression "[ ... ]" to create a matrix, which contains variables throws an error and does
not create the matrix as expected.

To Reproduce

a=1;b=2;c=3;
A=[a a a; b b b; c c c]

Expected behavior

Matrix A should be be created without error.

Screenshots

Screenshot from 2024-05-28 07-44-59

Desktop (please complete the following information):

  • OS: Ubuntu 20.04

Additional context
None.

Metadata

Metadata

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions