⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch11_1.htm

📁 《MATLAB程序设计教程》源代码 很好用的。嘿嘿。
💻 HTM
字号:
<! Made by Html Translation Ver 1.0><html><head><title> 符号代数 </title></head><body BACKGROUND="../img1/bg0000.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/bg0000.gif"><script language="JAVASCRIPT"><!--if (navigator.onLine){document.write("<!-- Spidersoft WebZIP Ad Banner Insert -->");document.write("<TABLE width=100% border=0 cellpadding=0 cellspacing=0>");document.write("<TR>");document.write("<TD>");document.write("<ILAYER id=ad1 visibility=hidden height=60></ILAYER>");document.write("<NOLAYER>");document.write("<IFRAME SRC='http://www.spidersoft.com/ads/bwz468_60.htm' width=100% height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></IFRAME>");document.write("</NOLAYER>");document.write("</TD>");document.write("</TR>");document.write("</TABLE>");document.write("<!-- End of Spidersoft WebZIP Ad Banner Insert-->");} //--></script><!-- Spidersoft WebZIP Ad Banner Insert --><!-- End of Spidersoft WebZIP Ad Banner Insert--><font COLOR="#0000FF"><h1>11.1 符号代数</h1></font><hr><p>什么是符号数学?一般我们做运算时多半是以数值做运算,例如一算式<font FACE="Times New Roman">1+0.5=1.5</font>就是以数值运算;如果是 这个算式<img SRC="../img11/img00001.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img11/img00001.gif" WIDTH="208" HEIGHT="45">,我门知道改以分数做运算就可得到真确解<font FACE="Times New Roman">(<img SRC="../img11/img00002.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img11/img00002.gif" WIDTH="65" HEIGHT="45">)</font>而无因舍未造 成的误差。符号运算即是能以分数做运算,而无须转换成数值再运算。再举一例,我们皆知<font FACE="Times New Roman">cos(x)</font>微分得到 <font FACE="Times New Roman">sin(x)</font>,这样的数学式你是无法用数值做运算。当然符号数学能运算复杂的数学式,这也是我们使用它的目的。 <br></p><p>MATLAB的符号数学是放在一个叫符号数数学的工具箱,它的数学函数其实是来自于Maple 一个以符号运算 为主的数学运算软体 的运算核心。 <br></p><p>再这一节我们将说明如何定义符号表示式,然后介绍利用符号数学做代数演算。</p><hr><ul>  <li>11.1 符号代数 <ul>      <li>11.1.1 <a HREF="ch11_1_1.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch11_1_1.htm">符号表示式</a>       </li>      <li>11.1.2 <a HREF="ch11_1_2.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch11_1_2.htm">数学式的化简</a>       </li>      <li>11.1.3 <a HREF="ch11_1_3.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch11_1_3.htm">符号表示式的运算</a>       </li>    </ul>  </li></ul><hr><a HREF="ch11.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch11.htm"><p><img SRC="../img1/lastpage.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/lastpage.gif" BORDER="0" WIDTH="42" HEIGHT="42"></a> <a HREF="ch11_1_1.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch11_1_1.htm"><img SRC="../img1/nextpage.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/nextpage.gif" BORDER="0" HSPACE="10" WIDTH="42" HEIGHT="42"></a> <a HREF="../index.html" tppabs="http://webclass.ncu.edu.tw/~junwu/index.html"><img SRC="../img1/outline.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/outline.gif" BORDER="0" HSPACE="6" WIDTH="42" HEIGHT="42"></a><br><font SIZE="2" COLOR="#AA55FF">上一页 下一页 讲义大纲 </font><layer src="http://www.spidersoft.com/ads/bwz468_60.htm" visibility="hidden" id="a1" width="600" onload="moveToAbsolute(ad1.pageX,ad1.pageY); a1.clip.height=60;visibility='show';"></layer> </p></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -