<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.soft-sys.math.maple Google Group</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple</link>
  <description>Maple computer mathematics discussion group.</description>
  <language>en</language>
  <item>
  <title>Re: newbie questions</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ea8b30c7e05e9855/af6f81fcbd4ca7f6?show_docid=af6f81fcbd4ca7f6</link>
  <description>
  Try &lt;br&gt; collect(numer(%)/G_C,s)/collec t(denom(%)/G_C, s); &lt;br&gt; eval(%,{G_S = 1/R_S, G_C = 1/R_C}); &lt;br&gt; denom(%); &lt;br&gt; solve(%, s); &lt;br&gt; read(&amp;quot;c:/MyPath/MyFile.txt&amp;quot;); &lt;br&gt; and for output, you could either use save or fprintf.
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ea8b30c7e05e9855/af6f81fcbd4ca7f6?show_docid=af6f81fcbd4ca7f6</guid>
  <author>
  isr...@math.myuniversitysinitials.ca
  (Robert Israel)
  </author>
  <pubDate>Fri, 12 Mar 2010 01:26:09 UT
</pubDate>
  </item>
  <item>
  <title>newbie questions</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ea8b30c7e05e9855/7cfb4a010cea5891?show_docid=7cfb4a010cea5891</link>
  <description>
  Dear all, &lt;br&gt; I&#39;m new to maple, and get stuck very easily, just like now is this case. &lt;br&gt; Perhaps you can help me a little bit. &lt;br&gt; Consider the following: &lt;br&gt; Kcl_ni := I_S - G_S*V_ni - s*C_i*V_ni - G_C*(V_ni-V_nc) = 0 : &lt;br&gt; Kcl_nc := G_C*(V_ni-V_nc) = s*C_C*V_nc : &lt;br&gt; solve({Kcl_ni, Kcl_nc},{V_ni, I_S}) ; &lt;br&gt; eval(V_ni/I_S, %) ;
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ea8b30c7e05e9855/7cfb4a010cea5891?show_docid=7cfb4a010cea5891</guid>
  <author>
  francky.l...@telenet.be
  (Francky Leyn)
  </author>
  <pubDate>Thu, 11 Mar 2010 20:16:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: solving for a ratio</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/3421076f3c5769b7/049042afcc29b706?show_docid=049042afcc29b706</link>
  <description>
  solve({Kcl_i,Kcl_c},{V_i,I_S}) ; &lt;br&gt; eval(V_i/I_S,%); &lt;br&gt; Preben Alsholm
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/3421076f3c5769b7/049042afcc29b706?show_docid=049042afcc29b706</guid>
  <author>
  p.k.alsh...@mat.dtu.dk
  (Preben Alsholm)
  </author>
  <pubDate>Thu, 11 Mar 2010 09:05:08 UT
</pubDate>
  </item>
  <item>
  <title>discriminant of rank r quadratic form or diagonalizing symmetric matrices over finite fields</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ab50d2abec6af61d/69bb1d9e57344c55?show_docid=69bb1d9e57344c55</link>
  <description>
  I was wondering if there is a way to compute the discriminant of a &lt;br&gt; rank r quadratic form in maple? &lt;br&gt; Alternatively, is there a way to diagonalize, via symmetric row and &lt;br&gt; col operations, a symmetric matrix A over Z_p? For instance, modifying &lt;br&gt; RowReduce in LinearAlgebra[Modular]. If I can do this then I can
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/ab50d2abec6af61d/69bb1d9e57344c55?show_docid=69bb1d9e57344c55</guid>
  <author>
  ahmora...@gmail.com
  (moro)
  </author>
  <pubDate>Wed, 10 Mar 2010 22:23:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/46b4a7740fbefb4f?show_docid=46b4a7740fbefb4f</link>
  <description>
  Why is my single quote not the one that maple expects? Can I change that? &lt;br&gt; Do you have an Idea as to how I have to set them to see what you see? &lt;br&gt; This will print an asterisk
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/46b4a7740fbefb4f?show_docid=46b4a7740fbefb4f</guid>
  <author>
  urs.schue...@fernuni-hagen.de
  (Urs Schuerch)
  </author>
  <pubDate>Thu, 11 Mar 2010 04:20:02 UT
</pubDate>
  </item>
  <item>
  <title>solving for a ratio</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/3421076f3c5769b7/3701b9b502f38fc7?show_docid=3701b9b502f38fc7</link>
  <description>
  Dear all, &lt;br&gt; I have 2 equations: &lt;br&gt; Kcl_i := I_S - G_S*V_i - s*C_i*V_i - G_C*(V_i-V_c) = 0 : &lt;br&gt; Kcl_c := G_C*(V_i-V_c) = s*C_C*V_c : &lt;br&gt; Out of these equations V_c must be eliminated. &lt;br&gt; The result is one equation with as variables V_i and I_S. &lt;br&gt; I need the ratio of them: V_i/I_S. &lt;br&gt; How do I do this? &lt;br&gt; Best regards, &lt;br&gt; Francky
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/3421076f3c5769b7/3701b9b502f38fc7?show_docid=3701b9b502f38fc7</guid>
  <author>
  francky.l...@telenet.be
  (Francky Leyn)
  </author>
  <pubDate>Wed, 10 Mar 2010 18:58:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/10afc9b6c0be5410?show_docid=10afc9b6c0be5410</link>
  <description>
  Depends on code settings in the news reader :-) &lt;br&gt; &amp;lt;shift&amp;gt; + Raute Taste = ok (called even quotes ?) &lt;br&gt; &amp;lt;shift&amp;gt; + letzte Taste in der obersten Tastaturreihe = schlecht
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/10afc9b6c0be5410?show_docid=10afc9b6c0be5410</guid>
  <author>
  &amp;nore...@axelvogt.de
  (Axel Vogt)
  </author>
  <pubDate>Tue, 09 Mar 2010 18:15:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/43da4a14ba3844e3?show_docid=43da4a14ba3844e3</link>
  <description>
  That works as expected on our systems... &lt;br&gt; You could try toggling interface(ansi) from true to false or vice &lt;br&gt; versa. &lt;br&gt; Does that help? Fedora is not a supported distribution, however. &lt;br&gt; Try Ctrl-E instead (Strg-E on a German keyboard layout); please see &lt;br&gt; ?editing for Maple&#39;s features (much like libreadline used by bash
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/43da4a14ba3844e3?show_docid=43da4a14ba3844e3</guid>
  <author>
  t.rich...@scientific.de
  (Thomas Richard)
  </author>
  <pubDate>Tue, 09 Mar 2010 18:13:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/128c24aefe5e37a1?show_docid=128c24aefe5e37a1</link>
  <description>
  Rainer Rosenthal schrieb: &lt;br&gt; Oops, this looks quite stupid now, because the quotes look the same now. &lt;br&gt; Hexcode of your quotes: 0x92 &lt;br&gt; Hexcode of correct quotes: 0x27 &lt;br&gt; Cheers, &lt;br&gt; Rainer Rosenthal &lt;br&gt; r.rosent...@web.de
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/128c24aefe5e37a1?show_docid=128c24aefe5e37a1</guid>
  <author>
  r.rosent...@web.de
  (Rainer Rosenthal)
  </author>
  <pubDate>Tue, 09 Mar 2010 13:28:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/883b6bddf4ffc00e?show_docid=883b6bddf4ffc00e</link>
  <description>
  Urs Schuerch schrieb: &lt;br&gt; You&#39;d better use &#39;q&#39; instead of &#39;q&#39; &lt;br&gt; Cheers, &lt;br&gt; Rainer Rosenthal &lt;br&gt; r.rosent...@web.de
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/883b6bddf4ffc00e?show_docid=883b6bddf4ffc00e</guid>
  <author>
  r.rosent...@web.de
  (Rainer Rosenthal)
  </author>
  <pubDate>Tue, 09 Mar 2010 13:15:25 UT
</pubDate>
  </item>
  <item>
  <title>text mode problem (bash)</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/a3ecaf8584bb58d6?show_docid=a3ecaf8584bb58d6</link>
  <description>
  When running maple in text mode I experience the following problems: &lt;br&gt; why doesn&#39;t it print the value assigned to q? &lt;br&gt; further, when pushing the up arrow to edit and run a previous command, &lt;br&gt; the characters in the command would change. &lt;br&gt; i.e. &amp;quot;iquo(a,b,’q’);&amp;quot; would become &amp;quot;iq,’q’,b,’q’);&amp;quot; just by moving the
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/73a8ac5e73d8d1d9/a3ecaf8584bb58d6?show_docid=a3ecaf8584bb58d6</guid>
  <author>
  urs.schue...@fernuni-hagen.de
  (Urs Schuerch)
  </author>
  <pubDate>Tue, 09 Mar 2010 15:28:40 UT
</pubDate>
  </item>
  <item>
  <title>Making Maths More Fun &amp; Enjoyable</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/8c528352f6bfdae7/435fd0dcc6649e73?show_docid=435fd0dcc6649e73</link>
  <description>
  MATHS- some children seen this as boring and hard, some like it but &lt;br&gt; need more encouragement and motivation….and some really love it. What &lt;br&gt; makes this different…perception or ability or the subject itself? &lt;br&gt; MATHS is a very exciting subject if we know the tactics and the fun &lt;br&gt; behind this scary and horror word.
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/8c528352f6bfdae7/435fd0dcc6649e73?show_docid=435fd0dcc6649e73</guid>
  <author>
  tarafb...@gmail.com
  (taraf budi)
  </author>
  <pubDate>Mon, 08 Mar 2010 03:51:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: problem running maple under fedora 12</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/b3a5d0071252c442/65d78c605623a908?show_docid=65d78c605623a908</link>
  <description>
  You&#39;re not supposed to run $MAPLE/bin.XXXX/cmaple directly. &lt;br&gt; The commandline interface is supposed to be run via the shell script &lt;br&gt; $MAPLE/bin/maple which you should be invoking instead. &lt;br&gt; That `maple` script sets up an LD_LIBRARY_PATH, etc, so that shared &lt;br&gt; libs get found by the executable cmaple binary.
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/b3a5d0071252c442/65d78c605623a908?show_docid=65d78c605623a908</guid>
  <author>
  ma...@rogers.com
  (acer)
  </author>
  <pubDate>Fri, 05 Mar 2010 00:20:40 UT
</pubDate>
  </item>
  <item>
  <title>problem running maple under fedora 12</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/b3a5d0071252c442/bfe0974a69c3c880?show_docid=bfe0974a69c3c880</link>
  <description>
  ./cmaple: error while loading shared libraries: libmclient.so: cannot &lt;br&gt; open shared object file: No such file or directory &lt;br&gt; any idea?
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/b3a5d0071252c442/bfe0974a69c3c880?show_docid=bfe0974a69c3c880</guid>
  <author>
  urs.schue...@fernuni-hagen.de
  (Urs Schuerch)
  </author>
  <pubDate>Fri, 05 Mar 2010 02:22:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: common subexpressions</title>
  <link>http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/47359462d9184a8c/16b801317ae61d61?show_docid=16b801317ae61d61</link>
  <description>
  You have it, but it&#39;s not in a library. You need to do &lt;br&gt; and then it should work.
  </description>
  <guid isPermaLink="true">http://groups.google.im/group/comp.soft-sys.math.maple/browse_thread/thread/47359462d9184a8c/16b801317ae61d61?show_docid=16b801317ae61d61</guid>
  <author>
  isr...@math.myuniversitysinitials.ca
  (Robert Israel)
  </author>
  <pubDate>Thu, 04 Mar 2010 05:38:33 UT
</pubDate>
  </item>
  </channel>
</rss>
