search for: actaual

Displaying 3 results from an estimated 3 matches for "actaual".

Did you mean: actual
2004 Jul 20
4
stupid question
forgive me.. i have no idea what im asking or if its possible... i have 2 partitions as follows and am using the std windows xp bootloader to boot xp - ntfs (windows xp) - fat16 stupid question is... can i use syslinux, isolinux, memdisk or some combo there of to place a bootable cdrom iso image on the fat16 partition and then have a boot menu with something to the effect of : 1) winxp as
2005 Jul 29
2
NFS and Linux Firewall Conflict
If I run showmount -e <my_server_ip> from the client, with the firewall set to on on the server, I get rpc mount export: RPC: Unable to receive; errno = No route to host If I turn it off, I can connect. So far, I have 111 and 2049 tcp and udp open and 4002 udp open. Anybody know what I'm missing? Best, John Hinton
2009 Jan 11
4
How to get solution of following polynomial?
Hi, I want find all roots for the following polynomial : a <- c(-0.07, 0.17); b <- c(1, -4); cc <- matrix(c(0.24, 0.00, -0.08, -0.31), 2); d <- matrix(c(0, 0, -0.13, -0.37), 2); e <- matrix(c(0.2, 0, -0.06, -0.34), 2) A1 <- diag(2) + a %*% t(b) + cc; A2 <- -cc + d; A3 <- -d + e; A4 <- -e fn <- function(z) { y <- diag(2) - A1*z - A2*z^2 - A3*z^3 - A4*z^4