Displaying 3 results from an estimated 3 matches for "twood".
Did you mean:
wood
2007 Aug 31
2
Multiple Tripplite OMNI900LCD
We have multiple TrippLite Omni900LCD UPS. There are a couple pieces of
equipment connected to each UPS. I would like to connect the UPSs to one
computer through USB which would shutdown the appropriate equipment based on
events monitored by upsmon using upssched. I've configured NUT using
usbhid-ups driver and compiled/installed NUT. I've done some testing and it
seems to work.
2005 Oct 13
3
Optim with two constraints
Hi R-list,
I am new to optimization in R and would appreciate help on the following
question. I would like to minimize the following function using two
constraints:
######
fn <- function(par,H,F){
fval <- 0.5 * t(par) %*% H %*% par + F%*% par
fval
}
# matrix H is (n by k)
# matrix F is (n by 1)
# par is a (n by 1) set of weights
# I need two constraints:
# 1.
2006 Aug 29
2
change password on 1st signon
Is there a way to enable user to change password on first signon?