Difference between revisions of "Cosine"

From JSXGraph Wiki
Jump to navigationJump to search
Line 1: Line 1:
<html>
 
<link rel="stylesheet" type="text/css" href="http://cpge.livet.free.fr/Ats/squelettes/jsxgraph.css" />
 
<script type="text/javascript" src="http://cpge.livet.free.fr/Ats/squelettes/jsxgraphcore.js"></script>
 
<body>
 
<table>
 
<tr>
 
<td>Complex Plane</td><td>Cosine Graph</td>
 
</tr>
 
<tr>
 
<td>
 
 
   <jsxgraph box="box" width="500" height="500">  
 
   <jsxgraph box="box" width="500" height="500">  
 
       var brd = JXG.JSXGraph.initBoard('box', {boundingbox: [-1.5, 1.5, 1.5, -1.5], axis:true});  
 
       var brd = JXG.JSXGraph.initBoard('box', {boundingbox: [-1.5, 1.5, 1.5, -1.5], axis:true});  
Line 33: Line 23:
  
 
   </jsxgraph>  
 
   </jsxgraph>  
</td>
+
 
<td>
 
 
   <jsxgraph box="boxR" width="500" height="500">  
 
   <jsxgraph box="boxR" width="500" height="500">  
 
       var brd1 = JXG.JSXGraph.initBoard('boxR', {boundingbox: [-10, 1.5, 10, -1.5], axis:true});
 
       var brd1 = JXG.JSXGraph.initBoard('boxR', {boundingbox: [-10, 1.5, 10, -1.5], axis:true});
Line 57: Line 46:
  
 
   </jsxgraph>  
 
   </jsxgraph>  
</td>
 
</tr>
 
</table>
 
</body>
 
  
</html>
 
 
[[Category:Contributions]]
 
[[Category:Contributions]]

Revision as of 14:43, 6 March 2016