David Craven
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
95 823
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I am trying to approximate the global minimum of a function within a given domain, and the index of that global minimum.
Inputs: Func - an arbitrary function. eg. @(x) x.^2 + 4 xStart - The first x value in the function domain xEnd ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
identity matrix what am i doing wrong
The singularitytest function will test whether a matrix is singular. If it is, the output should be 1. Otherwise, the output sho...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I run this identity test and get this response....what am I doing wrong
function result = singularitytest(A) d = det(A); c = cond(d) <= 1e-10; end Output argument "result" (and may...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i use the in-built inv function to calculate a matrix inverse and then calculate A-1A and AA-1.
how do i use the in-built inv function to calculate a matrix inverse and then calculate A-1A and AA-1.
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
how do i extract every 10th column from a matrix
using selectcolumn
environ 7 ans il y a | 1 réponse | 0