Displaying 3 results from an estimated 3 matches for "fkd".
Did you mean:
fd
2023 Nov 28
1
computer algebra in R
...om/ASDSE/thermosimfit/blob/master/Packages/thermoHD-Comp/thermoCacheHD-1Comp.m)
to R. The code is related to solve algebraic systems.
> eqthermo = {h0 == h + hd + hga, d0 == d + hd, ga0 == ga + hga, kga ==
> ???? hga / (h * ga), kd == hd / (h * d)};
>
> (* IDA HD*)
> sthdIDAcacheHD[fkd_, fkga_, fh0_, fd0_] :=? sthdIDAcacheHD[fkd, fkga,
> fh0, fd0] =
> ?? ??? ?? ??? ?Module[{eliHD, solvHD},
> ?? ??? ??? ??? ?eliHD =
> ?? ??? ????? Eliminate[
> ?? ??? ?????? eqthermo /. {d0 -> fd0, h0 -> fh0, kd -> fkd, kga ->
> fkga}, {h, d, hga, ga}];
> ?? ??? ?...
2008 Apr 27
5
Problem running applications on Kubuntu 7.04
Hi,
Wine came with Internet Explorer. I also installed FLV Player and the Orion Platinum demo to test.
Only FLV Player will run. Internet Explorer opens (and installs the Gecko engine), but then freezes - i.e. big white nothing.
When I try to run the Orion demo, all I get is errors:
Code:
koen at pavor:~/.wine/drive_c/Program Files/OrionPlatinum$ wine OrionPlatinum.exe
2005 Sep 07
1
Samba HA-Cluster and SAN
Hi everybody
I'm trying to set up a high available (HA) cluster with samba and store
the data on a SAN.
Are there any known problems that I should no before starting this
project?
Have someone of you already realized a project like this? And which
cluster-software did you use?
Thanks for response
Greets
Chris