Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

solve linear equation (#467) #1241

Closed
wants to merge 9 commits into from
Closed

Conversation

kedevked
Copy link
Contributor

@kedevked kedevked commented Aug 21, 2018

Description

Using Jordan-Gauss elimination to solve linear equation
Compute the determinant of a matrix
Compute the invert of a matrix
Compute the adjoint of a matrix


FEATURE solve equation AX=B tensorflow/tfjs#467


This change is Reviewable

method of Jordan-Gauss
triangularisation of the matrix
check if all diagonal values are not null
get the matrix solution of the equation
remove comments and console.log
Using Jordan-Gauss elimination to solve linear equation AX = B.
Compute the determinant of a matrix
Compute the adjoint of a matrix

FEATURE solve linear equation
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@nsthorat
Copy link
Contributor

nsthorat commented Aug 6, 2019

Since this isn't part of TensorFlow core we won't have this as part of core, so closing this out. If folks want this they can use this as a reference implementation.

@nsthorat nsthorat closed this Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants