Re: random matrix generation



arun wrote:
....

Regarding the problem definition, did you read my reply to
imageAnalyst? I have given the requirement there.

How is one to derive a generating function from that "requirement", pray tell?

I can make a second row of a random matrix be dependent upon the first by

x=rand(1,10);
x=[x;x];

Is that ok?

It meets the definition stated.

--
.



Relevant Pages

  • Re: Murphy for Matrices
    ... So I needed a random matrix the other day, ... first row 1,2,3,4 ... second row 1,2,4,8 ... Corollary: Any random matrix is singular :-) ...
    (sci.math)
  • Murphy for Matrices
    ... So I needed a random matrix the other day, ... second row 1,2,4,8 ... third row 2,3,5,7 ... Er-a svo gott sem gott kveða ...
    (sci.math)
  • Re: Cant find DLL in search path
    ... ImageAnalyst wrote: ... but when it comes time to call the function in the DLL it throws an ... component pgOverlay is dependent on that can't be found. ...
    (comp.lang.basic.visual.misc)
  • Dependent combo box in winform datagrid control
    ... I have an editable datagrid with two dropdown lists, ... I am able to successfully generate the dataview ... and bind it to dependent combo box. ... if i go to second row and ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: random matrix generation
    ... how can i generate a m*n matrix with the m-rows ... is it possible to create the same random matrix with just 1's ... depends on what you mean by dependent. ... binaryRandomArray = randomArray> 0.5; ...
    (comp.soft-sys.matlab)