Community Profile

photo

Kevser Cifci


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Euler's method to solve the heat equation
hello, I want to plot the exact and proximative curves for the solution of the heat equation but my code has a problem: x...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Remez exchange Algorithm for approximation
Hello, I tried to write Remez excahnge algorithm function but I don't know how to improve this code: function [out] = remez(f...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to do a gauss partial pivot?
Hi, For each row, I want to find the absolute maximum and divide the other elements on the same row with the maximum. I want t...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Newton's method for 2 dimension vectors
I want to write a code which gives me the roots of a vector function with sing the Newton's method. that's what I wrote: %%...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Newton's method
Hello, I have to write a simple Newton function but it's not working: %%file newton.m function out = newton (f, df, x, eps) ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort