search for: bigm

Displaying 2 results from an estimated 2 matches for "bigm".

Did you mean: big
2011 Oct 19
1
list of operations that preserve attributes
...me ops don't preserve attributes, particularly those that are binary like multiplication, but it might be nice to know which operations and special functions do so. rm(list=ls()) m<-matrix(1:4,nrow=2, ncol=2) print(m) attributes(m) attr(m,"check")<-"***" attributes(m) bigm<-10*m str(bigm) bigm1<-diag(c(1,1))%*%m str(bigm1) bigm1<-c(1,2)*m str(bigm1) print(bigm1) arraym<-as.array(m) str(arraym) tanm<-tan(m) str(tanm) Best, John Nash
2010 Nov 05
2
Keep a copy of email.
...e sieve for filter this acount and separete it for each folder.. but i don't guess sieve could get a parameter from the email to make a filter.. or can it ? like, if email from user2 at domain.com it goes to user2 folder, but this user2 would be variable, otherwise i have to create a sieve too bigm and would work i guess. Well, i am open to ideas. Thanks! []'sf.rique