Update of /cvsroot/stack/stack-dev/maxima
In directory vz-cvs-3.sog:/tmp/cvs-serv5484
Modified Files:
initMaxima.php
Log Message:
Index: initMaxima.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/maxima/initMaxima.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** initMaxima.php 30 Sep 2010 16:56:14 -0000 1.6
--- initMaxima.php 27 Oct 2011 19:20:37 -0000 1.7
***************
*** 174,178 ****
// Enable students to use any Greek letters as part of an answer.
! $greek = array(alpha,nu,beta,xi,gamma,omicron,delta,pi,epsilon,rho,zeta,sigma,eta,tau,theta,upsilon,iota,phi,kappa,chi,lambda,psi,mu,omega);
foreach ($greek as $gl) {
$gl = strtoupper($gl);
--- 174,178 ----
// Enable students to use any Greek letters as part of an answer.
! $greek = array('alpha','nu','beta','xi','gamma','omicron','delta','pi','epsilon','rho','zeta','sigma','eta','tau','theta','upsilon','iota','phi','kappa','chi','lambda','psi','mu','omega');
foreach ($greek as $gl) {
$gl = strtoupper($gl);
|