photo

hamza karim


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
14,587
of 300,369

REPUTATION
3

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
109,340
of 168,407

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Solved


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

3 years ago

Answered
How can I solve two PDEs connected by a jump boundary condition?
as you said you can't use pdepe to solve this system due to the interface condition. You need to mannually discitize your syste...

3 years ago | 1

Question


How to solve a system of pdes coupled in their boundary condition
Initially i had the following system of pdes to solve: with the following initial and boundary conditions at at and B...

3 years ago | 1 answer | 0

1

answer

Question


what is the fastest appproach to solve a system of non linear equations ?
Hi everyone, My problem is the following: i have a rectangular domain discritzed into 1000x100 (MxN) nodal points, where M and...

4 years ago | 1 answer | 0

1

answer

Question


how to solve a non linear ode equation ?
Hello, i have the following ODE that i want to solve where k_r and kaq are constant values. i am really stuck on what app...

4 years ago | 1 answer | 0

1

answer

Question


estimating parameter for an ode system using lsqcurve
Hi, i am trying to estimate two parameters (kr and delta) of an ode system by fitting it to experiemtal data (yield_ref) howev...

4 years ago | 0 answers | 0

0

answers