<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Complex Numbers in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/971136#M110537</link>
    <description>&lt;P&gt;As of the release of JMP 19 (and as of feature freeze of JMP 20), JMP does not currently have a native "Complex Number" data type for data table columns, nor are there built-in column formula functions (such as Col Std Dev() or Col Mean()) designed to operate directly on complex numbers within a single column.&amp;nbsp; In addition to the use of this suggested Add-in which can still be made available in the &lt;A href="https://marketplace.jmp.com/" target="_blank" rel="noopener"&gt;JMP Marketplace&lt;/A&gt;&amp;nbsp;by request at the following link&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Access-to-JMP-User-Community-Add-ins-section-Insufficient/td-p/954010" target="_blank" rel="noopener"&gt;Access to JMP User Community Add-ins section - Insufficient privileges - User Community&amp;nbsp; &lt;/A&gt;(please follow the requested procedure, including the at mention to JMP's responsible product manager), there are at least two other approaches that can be taken:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first (and likely the most practical) involves basically a two-column representation (real and imaginary parts) in JMP.&amp;nbsp; In practice this would entail storing the real component in one numeric column and the imaginary component in a second numeric column, calculating the Col Mean() or the Col StdDev() on the real and imaginary columns independently, and then computing the magnitude or phase angle using standard JMP column formulas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second involves the use of JMP's seamless Python Integration&amp;nbsp; (new in JMP 18 and improved further in JMP 19) see here:&amp;nbsp;&lt;A href="https://www.jmp.com/en/learning-library/topics/using-jmp/integrating-jmp-and-python" target="_blank" rel="noopener"&gt;Integrating JMP and Python | JMP. &amp;nbsp;&lt;/A&gt;So, using JMP's built-in Python integration, it is possible to pass column data directly to Python, perform complex operations using NumPy (&lt;CODE class="_ca0qyh40 _u5f3m5ip _n3tdyh40 _19bvm5ip _2rkofajl _11c819w5 _1reo1wug _18m91wug _1dqoglyw _1e0c1nu9 _bfhk187e _16d9qvcn _syazi7uo _vwz41kw7 _1i4q1hna _o5721jtm" data-renderer-mark="true"&gt;&lt;/CODE&gt;&amp;nbsp;numpy.complex128, np.std(), np.mean(), FFTs, etc.) for example, and then write the resulting scalar or vector outputs back to columns inside a JMP data table.&lt;/P&gt;
&lt;P&gt;As always, we remain available to you (the licensed JMP user) to answer additional questions as they come up!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;-JMP Technical Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2026 03:29:43 GMT</pubDate>
    <dc:creator>PatrickGiuliano</dc:creator>
    <dc:date>2026-09-15T03:29:43Z</dc:date>
    <item>
      <title>Complex Numbers in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/217529#M43480</link>
      <description>&lt;P&gt;I'm trying to work on some&amp;nbsp;Electrochemical Impedance Spectroscopy, which uses Complex Numbers and has a response in the form of a Bode or Nyquist plot. I found a plugin for JMP, but I can't find documentation on it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Complex-Numbers/ta-p/22616" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Complex-Numbers/ta-p/22616&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a sample JMP table containing a simple RC circuit with R=500 and C=.001.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use JMP to fit the experimental data for multiple experiments at once using the non-linear platform and then compare the models to the experiments graphically (this is going to be an iterative process to get the model right). The challenge I've run into is JMP does not natively support complex numbers. I can work around this by parameterizing like in the "fit" column, but then I have to do extra work to split out the parameters to another column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may be making the "fit" and "split out" part of things more complicated than it needs to be. Is there either a simplier way to use parameters from one column in another column _or_ use complex numbers in JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 18:43:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/217529#M43480</guid>
      <dc:creator>NG</dc:creator>
      <dc:date>2019-07-15T18:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Numbers in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/613371#M81345</link>
      <description>&lt;P&gt;Sorry for the late reply here. Install the Complex Numbers add-in, and you'll find help documentation in the menus: Add-ins &amp;gt; Complex Numbers&amp;gt; Help.&lt;BR /&gt;&lt;BR /&gt;Much of the functionality of the add-in consists of JSL functions to do math on complex numbers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 23:02:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/613371#M81345</guid>
      <dc:creator>Jordan_Hiller</dc:creator>
      <dc:date>2023-03-16T23:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Numbers in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/971127#M110536</link>
      <description>&lt;P&gt;For mor information on the functionality and use of the Complex Numbers add-in please see this post:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JSL/td-p/13022" target="_blank"&gt;Solved: Complex Numbers in JSL - User Community&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 23:50:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/971127#M110536</guid>
      <dc:creator>PatrickGiuliano</dc:creator>
      <dc:date>2026-09-14T23:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Numbers in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/971136#M110537</link>
      <description>&lt;P&gt;As of the release of JMP 19 (and as of feature freeze of JMP 20), JMP does not currently have a native "Complex Number" data type for data table columns, nor are there built-in column formula functions (such as Col Std Dev() or Col Mean()) designed to operate directly on complex numbers within a single column.&amp;nbsp; In addition to the use of this suggested Add-in which can still be made available in the &lt;A href="https://marketplace.jmp.com/" target="_blank" rel="noopener"&gt;JMP Marketplace&lt;/A&gt;&amp;nbsp;by request at the following link&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Access-to-JMP-User-Community-Add-ins-section-Insufficient/td-p/954010" target="_blank" rel="noopener"&gt;Access to JMP User Community Add-ins section - Insufficient privileges - User Community&amp;nbsp; &lt;/A&gt;(please follow the requested procedure, including the at mention to JMP's responsible product manager), there are at least two other approaches that can be taken:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first (and likely the most practical) involves basically a two-column representation (real and imaginary parts) in JMP.&amp;nbsp; In practice this would entail storing the real component in one numeric column and the imaginary component in a second numeric column, calculating the Col Mean() or the Col StdDev() on the real and imaginary columns independently, and then computing the magnitude or phase angle using standard JMP column formulas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second involves the use of JMP's seamless Python Integration&amp;nbsp; (new in JMP 18 and improved further in JMP 19) see here:&amp;nbsp;&lt;A href="https://www.jmp.com/en/learning-library/topics/using-jmp/integrating-jmp-and-python" target="_blank" rel="noopener"&gt;Integrating JMP and Python | JMP. &amp;nbsp;&lt;/A&gt;So, using JMP's built-in Python integration, it is possible to pass column data directly to Python, perform complex operations using NumPy (&lt;CODE class="_ca0qyh40 _u5f3m5ip _n3tdyh40 _19bvm5ip _2rkofajl _11c819w5 _1reo1wug _18m91wug _1dqoglyw _1e0c1nu9 _bfhk187e _16d9qvcn _syazi7uo _vwz41kw7 _1i4q1hna _o5721jtm" data-renderer-mark="true"&gt;&lt;/CODE&gt;&amp;nbsp;numpy.complex128, np.std(), np.mean(), FFTs, etc.) for example, and then write the resulting scalar or vector outputs back to columns inside a JMP data table.&lt;/P&gt;
&lt;P&gt;As always, we remain available to you (the licensed JMP user) to answer additional questions as they come up!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;-JMP Technical Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 03:29:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Complex-Numbers-in-JMP/m-p/971136#M110537</guid>
      <dc:creator>PatrickGiuliano</dc:creator>
      <dc:date>2026-09-15T03:29:43Z</dc:date>
    </item>
  </channel>
</rss>

