]> Mathematics using MathML Example

Website Content

Accessible Mathematics using MathML Example

The following is the MathML code generated by using one of the MathML creating applications.

<math xmlns="http://www.w3.org/1998/Math/MathML">    
	<mfrac>      
		<mrow>        
			<mn>8</mn>        
			<mrow>          
				<msup>            
					<mi>x</mi>            
					<mn>3</mn>          
				</msup>        
			</mrow>        
			<mrow>          
				<msup>            
					<mi>y</mi>            
					<mn>2</mn>          
				</msup>        
			</mrow>        
			<mo>+</mo>        
			<mn>4</mn>        
			<mrow>          
				<msup>            
					<mi>x</mi>            
					<mn>2</mn>          
				</msup>        
			</mrow>        
			<mrow>          
				<msup>            
					<mi>y</mi>            
					<mn>2</mn>          
				</msup>        
			</mrow>        
			<mo>&#x2212;<!-- − --></mo>        
			<mn>2</mn>        
			<mrow>          
				<msup>           
					<mi>x</mi>            
					<mn>4</mn>          
				</msup>        
			</mrow>        
			<mi>y</mi>      
		</mrow>      
		<mrow>        
			<mn>4</mn>        
			<mrow>          
				<msup>            
					<mi>x</mi>            
					<mn>2</mn>          
				</msup>        
			</mrow>        
			<mrow>          
				<msup>            
					<mi>y</mi>            
					<mn>2</mn>          
				</msup>        
			</mrow>      
		</mrow>    
	</mfrac>  
</math>

The rendition of the above MathML code is illustrated below.

8 x 3 y 2 + 4 x 2 y 2 2 x 4 y 4 x 2 y 2

Note the extension of the webpage is xht.