photo

Isaac Amornortey Yowetu


Last seen: 28 days ago Active since 2021

Followers: 0   Following: 0

Message

MPhil. Scientific Computing and Industrial Modelling.

Programming Languages:
Python, C, R, MATLAB
Spoken Languages:
English
Professional Interests:
Numerical Integration and Differential Equations, Optimization, AI and Statistics, Algebra

Statistics

All
File Exchange

6 Files

Cody

0 Problems
16 Solutions

RANK
N/A
of 300,857

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
10,273 of 21,097

REPUTATION
60

AVERAGE RATING
0.00

CONTRIBUTIONS
6 Files

DOWNLOADS
12

ALL TIME DOWNLOADS
609

RANK
24,710
of 171,361

CONTRIBUTIONS
0 Problems
16 Solutions

SCORE
220

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Personal Best Downloads Level 2
  • First Submission
  • Solver

View badges

Feeds

View by

Solved


Find the logic and return the nth number
given a sequence of numbers arranged in the following order: A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,...... Write a function th...

2 months ago

Solved


Find the logic and return the nth number (plus)
This problem is the harder version of Problem 61015 given a sequence of numbers arranged in the following order: A=0,1,3,4,9,1...

2 months ago

Solved


Find nth number
The numbers 2 and 7 are called lucky numbers, an integer containing only the digits 2 and 7 is also called lucky number. The pro...

2 months ago

Solved


find the nth fibonacci number
The Fibonacci sequence is defined as follows: give n, find the nth fibonacci number

2 months ago

Solved


find the nth number (plus)
this problem is the harder version of Problem 61014. The numbers 2 and 7 are called lucky numbers, an integer containing only t...

2 months ago

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

2 months ago

Solved


Sum of series VIII

2 months ago

Solved


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

2 months ago

Solved


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

2 months ago

Solved


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

2 months ago

Solved


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

2 months ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

2 months ago

Solved


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

2 months ago

Solved


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

2 months ago

Solved


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

2 months ago

Submitted


Multi-Objective Optimization Problem : Weighted Sum Method
Solving Multi-objective problem with Weighted Sum Method.

3 years ago | 1 download |

0.0 / 5

Submitted


Implementation of Gradient Descent Method in Matlab
Solving NonLinear Optimization Problem with Gradient Descent Method

3 years ago | 6 downloads |

0.0 / 5

Submitted


Simple SVM in Matlab
Here, we look at how to write a simple SVM code for Prediction

3 years ago | 1 download |

0.0 / 5

Submitted


Augmented Lagrangian Method With Newton's Method
Application of Augmented Lagrangian with Newton Method to solve nonlinear equation problem.

3 years ago | 2 downloads |

0.0 / 5

Submitted


Penalty Method With Newton's Method
How to use MatLab to solve optimization progblem.

3 years ago | 1 download |

0.0 / 5

Submitted


Newton's Method
Simplified Matlab Code on Newton's Method

3 years ago | 1 download |

0.0 / 5

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago