|
From: Gunter K. <gu...@pe...> - 2015-01-03 22:36:09
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
load("numericalio");
The rest should be written in maxima's pdf manual that can be found in
the "documentation" section of maxima.sf.net.
Kind regards,
Gunter.
On 03.01.2015 16:36, Stavros Macrakis (Σταῦρος Μακράκης) wrote:
> Forwarding to mailing list.
>
> On Jan 1, 2015 10:22 PM, "Dr. M Kanagasabapathy" <rr...@gm...
> <mailto:rr...@gm...>> wrote:
>
> Dear Stavros Macrakis
>
> Thank you for your prompt reply. I just give the codes here for the
> polynomial curve fit.
>
> load (lsquares) $ p:matrix([x1, y1], [x2, y2], [x3, y3], [x4, y4],
> [x5, y5])$ lsquares_estimates (p, [x,y], y = a*x^4 +
> b*x^3+c*x^2+d*x+e, [a, b,c, d, e]), numer;
>
> In addition to this, kindly help me to load a set of data (x , y
> sets) in notepad text format into Maxima.
>
> Thank you With kind regards, Dr M kanagasabapathy
>
>
>
> On Fri, Jan 2, 2015 at 5:52 AM, Stavros Macrakis (Σταῦρος Μακράκης)
> <mac...@al... <mailto:mac...@al...>> wrote:
>
> Also, please do not spam our mailing lists.
>
> A message to maxima-discuss is appropriate. Messages to
> maxima-bugs and maxima-commits are not.
>
> -s
>
> On Thu, Jan 1, 2015 at 10:14 AM, Dr. M Kanagasabapathy
> <rr...@gm... <mailto:rr...@gm...>> wrote:
>
> Dear Maxima members, I am a very newbie to Maxima. Actually I am
> shifting from mathematica. Really Maxima is rather intuitive. I
> have 'n' number of x, y data sets and i wish to fit in the form of
> (n-1) order polynomial equation. y = a*x^(n-1)+b*x^(n-2) ....and
> so on. I have tried these codes: load (lsquares) $ p:matrix([x, y
> set Data 1], [x, y set Data 2], [x, y set Data 3]...)
> lsquares_estimates ( p, [x,y], a*x^(n-1)+b*x^(n-2) ..., [a,
> b,c,...]);
>
> But it throws syntax error. Kindly give the exact code for the
> polynomial fit for numeric data.
>
> _Also please help me to get the code to load a set of numeric data
> from an Excel file into Maxima._ _ _ I am so grateful for any help
> for this.
>
> Thank you
>
> With kind regards Dr M Kanagasabapathy
>
> ------------------------------------------------------------------------------
>
>
>
Dive into the World of Parallel Programming! The Go Parallel
> Website, sponsored by Intel and developed in partnership with
> Slashdot Media, is your hub for all things parallel software
> development, from weekly thought leadership blogs to news, videos,
> case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net
> _______________________________________________ Maxima-discuss
> mailing list Max...@li...
> <mailto:Max...@li...>
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot
> Media, is your hub for all things parallel software development,
> from weekly thought leadership blogs to news, videos, case
> studies, tutorials and more. Take a look and join the conversation
> now. http://goparallel.sourceforge.net
>
>
>
> _______________________________________________ Maxima-discuss
> mailing list Max...@li...
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUqG7JAAoJEFyGwOQhHVuOtnQQALLcg6wcy48hUgP2c25DMidc
toI0bNaUM69HS+ld4SOW0mffmM/UnLpbsilPOMDnUUef6x15LmHnwZcXwEH/TZWp
/0cQw3uDzDXZmP1wTMOVspuymJDm3yfdJRa9fCnxVyQJI1J0XAszAVeytaW3vzuQ
L58m5+rzbApTbvfnMD4FAxw/NUspkUjR9spKBDQ/qguKC87Aob95Rg44pKMlw6aZ
nm9F46w7HBKjDbLt6srF15OCKgsYb6z4ye2/+Rw2Sub+WiPbsUCvfQa6B9DD+zgw
l7PPezagaYT9bAdix00FNc2aMpwT64O/1LsmD9aMeol30cJ+kSqKQoBe6mf6Km4F
caTkEC1OBl37AvgqueV0wJ/u33Q0aG3l5voR4hJ/9TWSZqF7OU950dW6QaAr+88u
BjKdLWnn33ykhTJO0EI46o23X+3VwNCFb0X2T9lleGMXtAjYdVDBXA286gI9JeXx
NKHsHYRDCtOLShJTy8qMMvNXI7KqXhWmgO7bC9i8EkMqWx9EfZNh6mhxr94vlDWu
b7KNVVVn5Qcrrq3+OLmcWYRkkJ2ctVrgnWa7+7PacYMamtkjmIrwSBFQdogbv+KU
yb6QE/QIuu2T2CcNe4P7p/z0FrGtJRoxov/5ps/sVIy5O5ZfQYaZJ3t4nRo2EQZo
GddpbNebIVQ6Fc1pLwUc
=30u9
-----END PGP SIGNATURE-----
|