<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Automatic Differentiation</title>
	<atom:link href="http://artent.net/2012/08/19/automatic-differentiation/feed/" rel="self" type="application/rss+xml" />
	<link>http://artent.net/2012/08/19/automatic-differentiation/</link>
	<description>We&#039;re blogging machines!</description>
	<lastBuildDate>Wed, 15 Jan 2025 16:08:06 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>By: hundalhh</title>
		<link>http://artent.net/2012/08/19/automatic-differentiation/#comment-2998</link>
		<dc:creator><![CDATA[hundalhh]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 05:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=480#comment-2998</guid>
		<description><![CDATA[The derivative of x^x with respect to x is x^x *(log(x) + 1).
The derivative of x^k with respect to x is k*x^(k-1).
The derivative of k^x with respect to x is k^x *log(k).

If f(x) and g(x) are a functions of x, with derivatives f&#039;(x) and g&#039;(x)
The derivative of f(x)^g(x) with respect to x is 

f(x)^g(x)( g(x)*f&#039;(x)/f(x) + log(f(x))*g&#039;(x))

The derivative of f(x)^k is k*f(x)^(k-1)*f&#039;(x).
The derivative of k^(f(x)) is k^f(x) *log(k)*f&#039;(x).

You might want to check out wolframalpha.com.]]></description>
		<content:encoded><![CDATA[<p>The derivative of x^x with respect to x is x^x *(log(x) + 1).<br />
The derivative of x^k with respect to x is k*x^(k-1).<br />
The derivative of k^x with respect to x is k^x *log(k).</p>
<p>If f(x) and g(x) are a functions of x, with derivatives f'(x) and g'(x)<br />
The derivative of f(x)^g(x) with respect to x is </p>
<p>f(x)^g(x)( g(x)*f'(x)/f(x) + log(f(x))*g'(x))</p>
<p>The derivative of f(x)^k is k*f(x)^(k-1)*f'(x).<br />
The derivative of k^(f(x)) is k^f(x) *log(k)*f'(x).</p>
<p>You might want to check out wolframalpha.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Young</title>
		<link>http://artent.net/2012/08/19/automatic-differentiation/#comment-2878</link>
		<dc:creator><![CDATA[Young]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=480#comment-2878</guid>
		<description><![CDATA[Hi, I also discovered automatic differentiation today, and it was really interesting. I studied about it for a while. But I couldn&#039;t find out how I can hadle the function,&#039;y=x^x&#039;. Could you tell me about it or inform me any sites that handles the function?]]></description>
		<content:encoded><![CDATA[<p>Hi, I also discovered automatic differentiation today, and it was really interesting. I studied about it for a while. But I couldn&#8217;t find out how I can hadle the function,&#8217;y=x^x&#8217;. Could you tell me about it or inform me any sites that handles the function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: artent.net @ 2026-04-11 04:12:36 by W3 Total Cache -->