Community Profile

photo

Sebastian Schlecht


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • GitHub Submissions Level 3
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Proportional Parametric Equalizer
Proportional Parametric Equalizer

5 years ago | 1 download |

Thumbnail

Submitted


Real Matrix Logarithm
Compute real logarithm of real normal matrix

5 years ago | 1 download |

Thumbnail

Solved


Longest Divisor Run
Given the vector a, find the longest run of consecutive numbers that can be evenly divided by the same number d where d > 1. ...

5 years ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

5 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

5 years ago

Submitted


nchoose3
All combinations of three elements.

5 years ago | 1 download |

Submitted


Fast Characteristic Polynomial
Fast algorithm for characteristic polynomial of square matrices. More than 100x faster than MATLAB build-in charpoly.

5 years ago | 2 downloads |

Thumbnail