Skip to content

Cannot Calculate Jacobian of Matrix Multiplication #583

@achrafmam2

Description

@achrafmam2

Consider the following operation M * x where A is a matrix and x a vector.

Here is what I thought should work, but didn't.

@variables M[1:3, 1:3], x[1:3] 
Symbolics.jacobian(M*x, reshape(M, 9)) # Does not work 
Symbolics.jacobian(M*x, [M[1,1], M[1,2]]) # Does not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions