Skip to content

Commit 0d8f850

Browse files
committed
Eingenvalue and Determinant of a Matrix problems
1 parent 980b826 commit 0d8f850

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-2
2+
4
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0
2+
5
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1
2+
3
3+
1
4+
9
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-2
2+
-1

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="https://github.com/alexprut/HackerRank/raw/master/hackerrank-logo.png" width="450" height="auto"/>
33

4-
[![Solutions](https://img.shields.io/badge/solutions-449-green.svg?style=flat-square)](https://github.com/alexprut/HackerRank#table-of-contents)
4+
[![Solutions](https://img.shields.io/badge/solutions-453-green.svg?style=flat-square)](https://github.com/alexprut/HackerRank#table-of-contents)
55
[![Languages](https://img.shields.io/badge/languages-c%2B%2B%2Cjava%2Chaskell-yellow.svg)](https://github.com/alexprut/HackerRank#table-of-contents)
66
[![Author](https://img.shields.io/badge/author-alexprut-brightgreen.svg?style=flat-square)](https://www.hackerrank.com/alexprut)
77
[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](https://github.com/alexprut/HackerRank/blob/master/LICENSE)
@@ -456,8 +456,12 @@ platform tests of a given problem.
456456
|Linear Algebra Foundations|[Linear Algebra Foundations #3- Matrix Multiplication](https://www.hackerrank.com/challenges/linear-algebra-foundations-3-matrix-multiplication)|Easy|2|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Linear%20Algebra%20Foundations%20#3-%20Matrix%20Multiplication/Solution.txt)|
457457
|Linear Algebra Foundations|[Linear Algebra Foundations #4- Matrix Multiplication](https://www.hackerrank.com/challenges/linear-algebra-foundations-4-matrix-multiplication)|Easy|2|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Linear%20Algebra%20Foundations%20#4-%20Matrix%20Multiplication/Solution.txt)|
458458
|Linear Algebra Foundations|[Linear Algebra Foundations #5 - The 100th Power of a Matrix](https://www.hackerrank.com/challenges/linear-algebra-foundations-5-the-100th-power-of-a-matrix)|Medium|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Linear%20Algebra%20Foundations%20#5%20-%20The%20100th%20Power%20of%20a%20Matrix/Solution.txt)|
459+
|Linear Algebra Foundations|[Linear Algebra Foundations #9 - Eigenvalues](https://www.hackerrank.com/challenges/linear-algebra-fundamentals-9-eigenvalues)|Hard|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Linear%20Algebra%20Foundations%20#9%20-%20Eigenvalues/Solution.txt)|
459460
|Linear Algebra Foundations|[Determinant of the matrix #1](https://www.hackerrank.com/challenges/determinant-of-the-matrix-1)|Medium|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Determinant%20of%20the%20matrix%20#1/Solution.txt)|
460461
|Linear Algebra Foundations|[Determinant of the matrix #3](https://www.hackerrank.com/challenges/determinant-of-the-matrix-3)|Medium|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Determinant%20of%20the%20matrix%20#3/Solution.txt)|
462+
|Linear Algebra Foundations|[Eigenvalue of a Matrix I](https://www.hackerrank.com/challenges/eigenvalue-of-matrix-1)|Hard|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Eigenvalue%20of%20a%20Matrix%20I/Solution.txt)|
463+
|Linear Algebra Foundations|[Eigenvalue of matrix #2](https://www.hackerrank.com/challenges/eigenvalue-of-matrix-2)|Hard|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Eigenvalue%20of%20matrix%20#2/Solution.txt)|
464+
|Linear Algebra Foundations|[Eigenvalue of matrix #3](https://www.hackerrank.com/challenges/eigenvalues-of-matrix-3)|Hard|5|[Solution.txt](Mathematics/Linear%20Algebra%20Foundations/Eigenvalue%20of%20matrix%20#3/Solution.txt)|
461465

462466
## Artificial Intelligence
463467
|Subdomain|Challenge|Difficulty|Score|Solution|

0 commit comments

Comments
 (0)