photo

Eric Schols


Delft University of Technology

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Will follow later.

Statistica

All
  • First Review
  • First Submission

Visualizza badge

Feeds

Visto da

Domanda


Memory / available storage space
I have MATLAB installed on my D drive. If I run a MATLAB script that is located on my C drive, on which drive is memory used, C ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Accuracy of solving a system
With k = 12; eps = 10^(-k); A = [[1+eps,1];[1,1+eps]]; I can control the condition number of A to be approxima...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How does MATLAB generate Halton sequences
p = haltonset(d) constructs a Halton quasi-random point set in d dimensions. Mathematically, the Halton set is basically d...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Multiple instances of MATLAB
How does MATLAB deal with working in the same file in different instances of MATLAB? Say I open it twice and alter some file ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


When is a matrix ill-conditioned?
For what value of cond(A) becomes the matrix A ill-conditioned? Is it 1e16? I had that value in my head, but can't find any site...

oltre 8 anni fa | 1 risposta | 3

1

risposta

Domanda


k distinct combinations of size p without replacement
I have the number 1,2,...,N and from them I want to take k distinct combinations of size p without repetition. For example, i...

oltre 8 anni fa | 5 risposte | 0

5

risposte