HINA
University of Tartu
Followers: 0 Following: 0
Mathematician
Statistik
RANG
126.484
of 295.486
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
85.71%
ERHALTENE STIMMEN
0
RANG
9.820 of 20.236
REPUTATION
64
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
5
ALL TIME DOWNLOADS
646
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
CAT arguments dimensions not consistent.
Hello, I am getting the following messages while running the program for multiple values of 'l', (e.g: the program works well b...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
Steepest Descent Method for multi-variable functions
Solves a multi-variable unconstrained optimization problem using Steepest Descent method.
etwa 4 Jahre vor | 5 Downloads |
Frage
Error encountered using 'fzero'
Hello, I have a question regarding fzero. my code is as follows: syms P N=-P; a=50; b=20; h0=50; E=200;n=1.5; h1=40; l=10...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error running for loop
Hello, I am working with the following MATLAB code, it works properly if I want to calculate the values at some fixed points, b...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Numerical solution of a matlab function.
Hello everyone, I am trying to solve the following function for the variable P by using ''feval'' , ''fsolve'' and ''fzero'' bu...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
solve and vpasolve command doesn't work
Hello, I am trying to get a non zero solution of the equation ''delta'' for the variable ''P" with the following code but unab...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trying to find non-zero solution.
Hello, I am trying to solve a determinant of 4x4 matrix and getting answer equal to zero. Can anyone help me to find the other ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am trying to run the following algorithm, but it is not providing me the absolute answer as given in the link https://se.mathworks.com/help/symbolic/solve-an-algebraic-equation.ht
syms x [solx, param, cond] = solve(cos(x) == -sin(x), x, 'ReturnConditions', true)
etwa 6 Jahre vor | 1 Antwort | 0