Skip to content

Potential issue in MatrixInversion.py #3

@benbabic

Description

@benbabic

It looks like we take a range from 1 to n in the matrix inverse tutorial but that the short implementation goes from 0 to n. The former might be a typo?

for fd in range(1,n): # fd stands for focus diagonal

for fd in range(len(AM)):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions