| Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) | 
![]()  | 
	
| 		
			
			 | 
		#1 | 
| 
			
			 初级会员 
			
			
			
				
			
			注册日期: 2008-08-30 
				
				年龄: 44 
				
					帖子: 10
				 
				
				
				声望力: 18 ![]()  | 
	
	
	
		
		
			
			 
			
			对于参数方程:x=ln(cos(t)),y=cos(t)-t*sin(t),求导数dy/dx在t=pi/3的值? 
		
		
		
		
		
		
		
	syms t; x=log(cos(t)); y=cos(t)-t*sin(t); f=diff(y,t)/diff(x,t); 这时的t=pi/3如何代入f中?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 		
			
			 | 
		#2 | 
| 
			
			 高级会员 
			
			
			
			注册日期: 2008-05-31 
				
				年龄: 38 
				
					帖子: 104
				 
				
				
				声望力: 20 ![]()  | 
	
	
	
		
		
			
			 
			
			定义t时这样定义:t=sym(pi/3),t就是符号数字了。
		 
		
		
		
		
		
		
		
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 		
			
			 | 
		#3 | 
| 
			
			 初级会员 
			
			
			
				
			
			注册日期: 2008-08-30 
				
				年龄: 44 
				
					帖子: 10
				 
				
				
				声望力: 18 ![]()  | 
	
	
	
		
		
			
			 
			
			多谢了! 
		
		
		
		
		
		
		
	syms t; x=log(cos(t)); y=cos(t)-t*sin(t); f=diff(y,t)/diff(x,t); t=sym(pi/3); 这时要把 f 的表达式再输入一次,才能得到结果。  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 |