[R] System of equations with unknowns in R

Berend Hasselman bhh at xs4all.nl
Wed Jul 20 21:37:22 CEST 2016


You don't need the function K.
From the image you need this:


Well at last.
You don't need the function K.


From the image you only need  this:

G <- as.numeric(1+t(Alpha) %*% Omega %*% Alpha)
G
delta <- (Omega %*% Alpha) / sqrt(G)
delta


Berend Hasselman

> On 20 Jul 2016, at 21:17, Sachin Kuruvithadam <sacios at hotmail.it> wrote:
> 
> Sorry, didn't know that the other site only hosted temporarily. This link should be permanent: https://postimg.org/image/gpp3sohip/
> 
> 
> 
> 
> 
> Da: R-help <r-help-bounces at r-project.org> per conto di Sachin Kuruvithadam <sacios at hotmail.it>
> Inviato: mercoledì 20 luglio 2016 20.57
> A: Berend Hasselman
> Cc: r-help at r-project.org
> Oggetto: Re: [R] System of equations with unknowns in R
>  
> 
> 
> Sorry for the empty email, here's a link to the formula: https://unsee.cc/zasobuge/
> Unsee — Free online private photo sharing
> unsee.cc
> Free online private photo sharing
> 
> 
> 
> K is actually intended to be a number. What I need is a way to find the vector delta as a function of the elements of omega.
> 
> 
> ________________________________
> Da: Berend Hasselman <bhh at xs4all.nl>
> Inviato: mercoled� 20 luglio 2016 20.13
> A: Sachin Kuruvithadam
> Cc: r-help at r-project.org
> Oggetto: Re: [R] System of equations with unknowns in R
> 
> 
> > On 20 Jul 2016, at 20:07, Berend Hasselman <bhh at xs4all.nl> wrote:
> >
> >
> >
> > This functions a scalar not a function
> 
> Correction. This should have been
> 
> This function returns a scalar not a vector.
> 
> Berend Hasselman
> 
> 
>         [[alternative HTML version deleted]]
> 



More information about the R-help mailing list