Displaying 2 results from an estimated 2 matches for "powermat".
Did you mean:
powermac
2024 Sep 25
0
HCL Cleanline L-1000C nutdrv_qt
...ter shutdown with delay command (seconds)
Type: RANGE NUMBER
Option: "12-540" SELECTED
[ups.delay.start]
Interval to wait before (re)starting the load (seconds)Type: RANGE NUMBER
Option: "60-599940" SELECTED
I have tested the shutdown sequence.
Here is the website:https://www.powermatic.co.th/product/l-series/
The website is in Thai, but Google Translate does a pretty good job
of translating the site to English
Cheers,
Arnold Troeger
Sent with[Proton Mail](https://proton.me/mail/home)secure email.
Cheers,
Arnold Troeger
Sent with [Proton Mail](https://proton.me/mail/home) se...
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