Community Profile

photo

Giovanni


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Help with implicit functions in vector form
I've been trying to plot a line, for example: 3x+y+4=0 in implicit form as follow: w=[3 1 4]; fimplicit(@(x,y) [x y 1]*w') Th...

1 year ago | 1 answer | 0

1

answer

Solved


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

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