photo

Jon

MathWorks

Active since 2023

Followers: 0   Following: 1

As a Customer Success Engineer at MathWorks, I help faculty and students utilize and implement MATLAB and Simulink into their research and teaching workflows. I am interested in all branches of mathematics. The focus of my research is in applied mathematics, specifically computational fluid dynamics, numerical analysis, and scientific computing. I am also interested in machine learning applications. Learning is something I am very passionate about, both for myself and others. I am always trying to learn new things in mathematics and other sciences. I believe a deep understanding of both pure and applied mathematics allows one to see novel applications and solve new problems. I am motivated to work and learn new skills!

Programming Languages:
Python, C++, C, Java, C#, MATLAB, Visual Basic
Spoken Languages:
English
Professional Interests:
Mathematics, Analysis, Applied Mathematics, Frequently-used Algorithms

Statistics

  • First Review
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

10 months ago

Solved


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

1 year ago

Solved


Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...

1 year ago

Solved


Project Euler: Problem 9, Pythagorean numbers
A Pythagorean triplet is a set of three natural numbers, a b c, for which, a^2 + b^2 = c^2 For example, 3^2 + 4^2 = 9 + 16 ...

1 year ago

Solved


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

1 year ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

1 year ago