<?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">
	<channel>
      <title>iPhone and iPad - MathStudio</title>
      <link>http://www.mathstudio.net/forums/categories/iphone-ipad/p4/feed.rss</link>
      <pubDate>Sat, 25 May 13 17:40:47 -0400</pubDate>
         <description>iPhone and iPad - MathStudio</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Question about setting the window manually</title>
      <link>http://www.mathstudio.net/forums/discussion/862/question-about-setting-the-window-manually</link>
      <pubDate>Tue, 08 Dec 2009 11:43:22 -0500</pubDate>
      <dc:creator>Justing6</dc:creator>
      <guid isPermaLink="false">862@/forums/discussions</guid>
      <description><![CDATA[When I set the window manually on the iPhone version of spacetime using the x-min=, x-max=, y-min=, and the y-max= on the side of the graph, I have no idea how to set these numbers in. If I hit plot, it resets the scale to whatever it was before (usually x-min and x-max of 5, with a huge number for y-min and y-max, such as 7,000). If I try to move my view in the graph, it also resets the scale. I need to graph some equasions with an even scale (say, 5 for all min and max) to tell it's shape for sketching purposes. With an extremely huge y-min/max and low x-min/max you cannot really tell the shape. Thank you for any help!]]></description>
   </item>
   <item>
      <title>DSolve</title>
      <link>http://www.mathstudio.net/forums/discussion/863/dsolve</link>
      <pubDate>Tue, 08 Dec 2009 16:31:41 -0500</pubDate>
      <dc:creator>ScottyV89</dc:creator>
      <guid isPermaLink="false">863@/forums/discussions</guid>
      <description><![CDATA[Great work on Dsolve, it's functionality is unprecedented when checking work on the go and it's very easy to use once you get acquainted with it.<br /><br />Everything seems to work for linear ODEs, however some simple linear ODEs don't return the correct sign for the constant, C1. I've actually found that whenever C1 stands by itself, it almost always has the opposite of the correct sign value. <br /><br />One simple example could be: y' = x^2<br /><br />The general solution to this ODE is: y = C1 + 1/3*x^3<br /><br />SpaceTIme solves the ODE correctly, but with C1 having the opposite of the correct value.<br />________________________________<br />Script entered: DSolve(d(y(x),x)=x^2,y(x),no)<br />________________________________<br />Value returned: -C1 + (x^3 / 3)<br />________________________________<br /><br />This can be recreated using many other 1st order linear ODEs, but I think that's unnecessary. The reason this is a problem besides the obvious is that some other 1st order linear ODEs return the correct value of C1 without the sign being flipped, leaving the user uncertain as to whether the answer is completely correct or if the sign of C1 has been flipped again. <br /><br />An example of this is with the 1st order linear ODE: y' - 3y = x^2<br /><br />The general solution of this ODE is y = C1*e^(3x) + 1/27(-9x^2 - 6x - 2)<br /><br />SpaceTime correctly solves this with the solution completely expanded and with the correct value of C1: ((-x^2)/3 - 2x/9 + C1*e^(3x) - 2/27)<br /><br />That's all the feedback I think I should give, as I've noticed on your Wiki page for it you've made a note that since this is a first implementation of the function, we should be expecting some future updates to help improve the function. Thanks again for a great mobile CAS.]]></description>
   </item>
   <item>
      <title>TI-84 Comparison</title>
      <link>http://www.mathstudio.net/forums/discussion/809/ti-84-comparison</link>
      <pubDate>Tue, 10 Nov 2009 08:59:27 -0500</pubDate>
      <dc:creator>jaggkneio</dc:creator>
      <guid isPermaLink="false">809@/forums/discussions</guid>
      <description><![CDATA[My algebra exclusively uses the TI-84. My preference is to use SpaceTime. Can someone help me convert the TI-84 instructions to SpaceTime?<br /><br />1. Find the Y-intercepts of a graph with value. You are trying to find the point where the graph crosses the y-axis. <br />    a.(ti-84 instructions)  First Graph y=x^2+3x-5. Press 2nd CALC select 1: Value, hit enter then key =0, then enter.<br /><br />2. Find the minimum (or maximum of a graph.<br />     a. (ti-84 instructions)  First Graph y=x^2+3x-5. Press 2nd CALC select 3: minimum, then you are prompted for a &quot;left Bound/&quot; Either key in and x value to left of the minimum. They you are prompted for a &quot;Right Bound?&quot; Move the cursor to the right of minimum. Then you are prompted for a &quot;Guess?&quot;. Press Enter. The x and y values corresponding to the maximun are displayed at the bottom of the screen. <br /><br />3. Finding any y-value for the corespnding x-value for y(1)=x^2+3x-5 .<br />     a. (ti-84 instructions) Find the y-value for an input of x=-3. Press 2nd CALC, 1:value, enter. Then you will be asked to put in a value for x=-3 Press enter and should get x=-3 y=-5 at the bottom of your screen. <br /><br />4. Finding any x-value for the corresponding y-value y(1)=x^2+3x-5 .<br />     a. (ti-84 instructions) Find the x-value for the output of y=5. use the function y(1)=x^2+3x and then Graph y(2)=5. Ten press 2nd CALC, 5 intersect, enter. You will be asked for the First Curve. Just make sure that your cursor is close to where you think the intersection is. Press enter. You will be asked for the Second Curve. Press enter. Choose &quot;Guess&quot;, enter. You should get x=2, y=5 at the bottom of the screen. <br /><br /><br />Thanks in advance!<br /><br />Mike]]></description>
   </item>
   <item>
      <title>Bug on 3D plots</title>
      <link>http://www.mathstudio.net/forums/discussion/852/bug-on-3d-plots</link>
      <pubDate>Sat, 28 Nov 2009 16:11:20 -0500</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">852@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I found a bug on parametric3D, cylindrical, spherical plot, and some functions,<br />Plotting 'asin(y)' or 'acos(y)', if I put it in fullscreen and select 'Window' and scrolling down happen this:<br />http&#58;//img28&#46;imageshack&#46;us/img28/8137/97400881&#46;jpg<br />http&#58;//img42&#46;imageshack&#46;us/img42/8647/wr1h&#46;jpg<br />http&#58;//img42&#46;imageshack&#46;us/img42/3872/wr2k&#46;jpg<br />http&#58;//img121&#46;imageshack&#46;us/img121/2972/wr3&#46;jpg<br /><br />Something like that happens on parametric3D, cylindrical and spherical plots, scrolling down and up 'Window':<br />http&#58;//img121&#46;imageshack&#46;us/img121/6365/websh&#46;jpg<br />http&#58;//img121&#46;imageshack&#46;us/img121/4396/wr4s&#46;jpg<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>More little bugs</title>
      <link>http://www.mathstudio.net/forums/discussion/841/more-little-bugs</link>
      <pubDate>Sun, 22 Nov 2009 11:12:19 -0500</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">841@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />When I enter the plot 'abs(sin(x))' and I check 'zeros', it doesn't show all zeros:<br />[attachment=1]web-2.jpg[/attachment]<br /><br />And other bug, when I enter 'acosh(x)', it doesn't plot well, it must be a zero on x=1:<br />[attachment=0]web-1.jpg[/attachment]<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>Fourier Series</title>
      <link>http://www.mathstudio.net/forums/discussion/837/fourier-series</link>
      <pubDate>Sat, 21 Nov 2009 05:32:12 -0500</pubDate>
      <dc:creator>ScottyV89</dc:creator>
      <guid isPermaLink="false">837@/forums/discussions</guid>
      <description><![CDATA[Great work on FourierSeries, I've been using it the last month or two and it's really helped me check my work and has been a life-saver when it comes to actually plotting those ridiculous transformations. One question I have though is if the FourierSeries can actually derive and show the user how the series is written in summation notation in addition to showing the user the actual terms of the Series depending on the number of n-values. It's easy to derive the series summation notation from some piecewise-Fourier problems, but nearly impossible on others. Thanks again for the great work and I look forward to whatever's coming our way next.]]></description>
   </item>
   <item>
      <title>Two more bugs on 4.0.2</title>
      <link>http://www.mathstudio.net/forums/discussion/835/two-more-bugs-on-4-0-2</link>
      <pubDate>Fri, 20 Nov 2009 09:01:09 -0500</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">835@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I found a crash when entering a regression plot, if a enter more than 3 sub square brackets (that happens too with more than 4, in spacetime update 3 for mac).<br />The other bug it's solving 'Pochhammer(-3/2,-5/2)', it must be 'ComplexInfinity':<br />[attachment=0]web.jpg[/attachment]<br /><br />And when will be able update 3 for iPhone?<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>Error Hint BUG</title>
      <link>http://www.mathstudio.net/forums/discussion/832/error-hint-bug</link>
      <pubDate>Thu, 19 Nov 2009 23:12:34 -0500</pubDate>
      <dc:creator>yym2</dc:creator>
      <guid isPermaLink="false">832@/forums/discussions</guid>
      <description><![CDATA[sometimes,when an error hint is too long ,it cannot display correctly,some words display on the surface of others,some words cannot be seen.<br />This only appears on iphone edition.<br /><br />Try Slove(s^2+s*R/L+1/LC=0) <b> (it should be Slove(s^2+s*R/L+1/LC=0,s))</b>]]></description>
   </item>
   <item>
      <title>Problem simplified a result</title>
      <link>http://www.mathstudio.net/forums/discussion/817/problem-simplified-a-result</link>
      <pubDate>Wed, 11 Nov 2009 13:51:02 -0500</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">817@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />When I'm calculating some entrophy properties, the result isn't simplified:<br />[attachment=1]web-1.jpg[/attachment]<br />[attachment=0]web.jpg[/attachment]<br />The simplification it's in the last entry.<br /><br />And see too, in the second screenshot, the bug that I said you before with the color of parenthesis in diferent lines.<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>How do you use PowerExpand?</title>
      <link>http://www.mathstudio.net/forums/discussion/814/how-do-you-use-powerexpand</link>
      <pubDate>Tue, 10 Nov 2009 23:23:56 -0500</pubDate>
      <dc:creator>ScottyV89</dc:creator>
      <guid isPermaLink="false">814@/forums/discussions</guid>
      <description><![CDATA[I'm currently covering power series in my diff. eqns. class and figured it might come in handy helping me graph series. Thanks in advance.]]></description>
   </item>
   <item>
      <title>Feature Request</title>
      <link>http://www.mathstudio.net/forums/discussion/802/feature-request</link>
      <pubDate>Fri, 06 Nov 2009 01:06:20 -0500</pubDate>
      <dc:creator>evan</dc:creator>
      <guid isPermaLink="false">802@/forums/discussions</guid>
      <description><![CDATA[Will there ever be an option to input equations in pretty print format, like the output text? This would greatly improve the speed of inputting equations and reduce the number of mistakes with parentheses.<br /><br />In my opinion, this is the by far the thing that would improve SpaceTime the most. If SpaceTime got this feature, I would deem it almost perfect.<br /><br />Also, is there a function for finding maxima / minima on surfaces in 3-or-more-space? I may just be missing it.<br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>Congrats for the new version 4.0.2 for the iphone!!</title>
      <link>http://www.mathstudio.net/forums/discussion/798/congrats-for-the-new-version-4-0-2-for-the-iphone</link>
      <pubDate>Thu, 05 Nov 2009 15:37:10 -0500</pubDate>
      <dc:creator>rulo123</dc:creator>
      <guid isPermaLink="false">798@/forums/discussions</guid>
      <description><![CDATA[Hello Chris and all the beta testing team of Spacetime 4.0.2 : Just  write to thank you for the new update for the iphone, it is amazing as always, well done for spacetime 4.0.2, there were 2 issues over there, I will verify everything goes fine: Derivative(abs(x)) and Integrate[log(5x^2)]]]></description>
   </item>
   <item>
      <title>Lngamma</title>
      <link>http://www.mathstudio.net/forums/discussion/738/lngamma</link>
      <pubDate>Sun, 11 Oct 2009 09:12:45 -0400</pubDate>
      <dc:creator>Rts4377</dc:creator>
      <guid isPermaLink="false">738@/forums/discussions</guid>
      <description><![CDATA[I am computing the standard deviation of the standard deviation from a Normal distribution. The computation involves lngamma(N/2)-lngamma((N-1) / 2). NAN results start to occur for N=~330. I used the Table result to find that lngamma(x) falls apart when x has a fraction part of 0.5 for x~160. <br /><br />Otherwise, lngamma(x) works fine even for very large numbers wher I need it. Just not for x=odd/2.]]></description>
   </item>
   <item>
      <title>Crash on new spacetime 4.0.1</title>
      <link>http://www.mathstudio.net/forums/discussion/745/crash-on-new-spacetime-4-0-1</link>
      <pubDate>Wed, 14 Oct 2009 16:43:53 -0400</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">745@/forums/discussions</guid>
      <description><![CDATA[Spacetime crashes when I enter the function 'char()' and the variable it's introduced between '...', not between &quot;...&quot;, for example 'char('hello')' crashes when I press 'Enter'. The same happens with every function I had test it, for example 'sin('x')' or 'sin('x)' crashes too.]]></description>
   </item>
   <item>
      <title>factorial function</title>
      <link>http://www.mathstudio.net/forums/discussion/742/factorial-function</link>
      <pubDate>Wed, 14 Oct 2009 08:50:45 -0400</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">742@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />Spacetime doesn't solve the integral and the derivate of factorial(x), please add this in the next update.<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>Bug solving beta function</title>
      <link>http://www.mathstudio.net/forums/discussion/771/bug-solving-beta-function</link>
      <pubDate>Fri, 23 Oct 2009 09:39:38 -0400</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">771@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />When I enter 'Beta(-3/2,-5/2)' it returns complex infinity, but the well result it's zero.<br />Will be this fixed?<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>Will the next update be released this month?</title>
      <link>http://www.mathstudio.net/forums/discussion/728/will-the-next-update-be-released-this-month</link>
      <pubDate>Sun, 04 Oct 2009 23:00:20 -0400</pubDate>
      <dc:creator>ScottyV89</dc:creator>
      <guid isPermaLink="false">728@/forums/discussions</guid>
      <description><![CDATA[Not really getting impatient, just more curious as to what progress has been made on the next update that was announced at the beginning of September. Any information would be appreciated.]]></description>
   </item>
   <item>
      <title>Download to complement Upload</title>
      <link>http://www.mathstudio.net/forums/discussion/751/download-to-complement-upload</link>
      <pubDate>Thu, 15 Oct 2009 01:09:08 -0400</pubDate>
      <dc:creator>SolarSauna</dc:creator>
      <guid isPermaLink="false">751@/forums/discussions</guid>
      <description><![CDATA[I can now upload scripts from my iPhone to my PC using transfer file. Is it possible to download scripts from my PC to the iPhone?]]></description>
   </item>
   <item>
      <title>CONGRATS TO CHRIS DESALVO</title>
      <link>http://www.mathstudio.net/forums/discussion/762/congrats-to-chris-desalvo</link>
      <pubDate>Sat, 17 Oct 2009 17:46:52 -0400</pubDate>
      <dc:creator>rulo123</dc:creator>
      <guid isPermaLink="false">762@/forums/discussions</guid>
      <description><![CDATA[I only want to congrats to Chris DeSalvo for this big effort of SpaceTime 4.0.1 for the iphone version as well as for the windows and Mac Version, without any doubt, the best and most powerfull CAS on the whole app store.<br /><br />Best regards Chris<br /><br />and well done!!!!!!!<br /><br />RAUL PADILLA]]></description>
   </item>
   <item>
      <title>Beginning User Question</title>
      <link>http://www.mathstudio.net/forums/discussion/732/beginning-user-question</link>
      <pubDate>Wed, 07 Oct 2009 19:21:15 -0400</pubDate>
      <dc:creator>Justing6</dc:creator>
      <guid isPermaLink="false">732@/forums/discussions</guid>
      <description><![CDATA[Hey everyone, I just got SpaceTime 4.0 for my iPhone and it has worked very well. One quick question though, how do you graph multiple lines on the same graph while they are in standard form or y-intercept form? Thanks ahead of time!]]></description>
   </item>
   <item>
      <title>Parametric plots bug</title>
      <link>http://www.mathstudio.net/forums/discussion/753/parametric-plots-bug</link>
      <pubDate>Thu, 15 Oct 2009 04:41:55 -0400</pubDate>
      <dc:creator>fabifgon</dc:creator>
      <guid isPermaLink="false">753@/forums/discussions</guid>
      <description><![CDATA[When I enter a 2D or 3 D parametric plot by the pad (Entry-&gt;3D-&gt;Parametric), not by the catalog, without enter nothing, only having the 'x=' and 'y=' empty, go to the iPhone keyboard, and now go back or enter anything, and the 'y=' and 'z=' dissapears.<br /><br />And other bug with parametric plots, enter the 'ParametricPlot' function by the catalog, now enter the variable x for example ('ParametricPlot(x)'), and press Enter, now press 'Entry-&gt;2D-&gt;Parametric' and appears a display bug. The same happens with ParametricPlot3D and 'Entry-&gt;3D-&gt;Parametric'.]]></description>
   </item>
   <item>
      <title>2D Polar issue?</title>
      <link>http://www.mathstudio.net/forums/discussion/746/2d-polar-issue</link>
      <pubDate>Wed, 14 Oct 2009 17:07:08 -0400</pubDate>
      <dc:creator>gaetano</dc:creator>
      <guid isPermaLink="false">746@/forums/discussions</guid>
      <description><![CDATA[Hello,<br />maybe there is a bug in Entry-&gt;2D-&gt;Polar.<br />If a number is entered the graph is shown in rectangular coordinates rather than polar ones as well as the legend on the right. E.g. entering 5 the graph results in a straight line instead of a circumference.<br />PolarPlot works fine<br /><br />Thank you in advance<br />Gaetano]]></description>
   </item>
   <item>
      <title>Text Entry</title>
      <link>http://www.mathstudio.net/forums/discussion/747/text-entry</link>
      <pubDate>Wed, 14 Oct 2009 17:42:52 -0400</pubDate>
      <dc:creator>stang06</dc:creator>
      <guid isPermaLink="false">747@/forums/discussions</guid>
      <description><![CDATA[I want to applaud you on the recent update.  It goes a long way in improving functionality on the iphone.  I was just wondering why you don't make all the text entry fields work like the script entry field.  Meaning i would like to use the standard iphone copy and paste and text magnifying feature throughout the app.  It would also be nice to be able to copy and paste answers this way.  Also, to delete a box, it would be cool if you could just side swipe to bring up a delete button.  It would save the step of going to the menu list and doing it there.  It would also clean up the menu list and make what is there more accessible.  Just wondering.  Thanks.]]></description>
   </item>
   <item>
      <title>Screen Shot on iPhone</title>
      <link>http://www.mathstudio.net/forums/discussion/744/screen-shot-on-iphone</link>
      <pubDate>Wed, 14 Oct 2009 16:27:19 -0400</pubDate>
      <dc:creator>johnshimp</dc:creator>
      <guid isPermaLink="false">744@/forums/discussions</guid>
      <description><![CDATA[Is there a way to take a screenshot of a graph on the iPhone version of Spacetime 4.0?<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>Tutorial 3D graph bug</title>
      <link>http://www.mathstudio.net/forums/discussion/752/tutorial-3d-graph-bug</link>
      <pubDate>Thu, 15 Oct 2009 01:40:41 -0400</pubDate>
      <dc:creator>SolarSauna</dc:creator>
      <guid isPermaLink="false">752@/forums/discussions</guid>
      <description><![CDATA[In the tutorial on 3D graphs when I enter cos(x+T)*sin(y+T) and plot it there is no animation showing wavy surfaces. The picture is stuck on the previous example for sin(x+y)]]></description>
   </item>
   <item>
      <title>Salutation and compliments</title>
      <link>http://www.mathstudio.net/forums/discussion/736/salutation-and-compliments</link>
      <pubDate>Sat, 10 Oct 2009 13:55:32 -0400</pubDate>
      <dc:creator>gaetano</dc:creator>
      <guid isPermaLink="false">736@/forums/discussions</guid>
      <description><![CDATA[Hello to the forum,<br />I am a new Spacetime user and forum subscriber.<br />My compliments to the development team, it is a very nice and powerful application and the iPhone integration is much better with the 4.0.1.<br /><br />One curiosity, how do I enter a 2D vector? The wiki page looks not updated...<br /><br />Thank you for your work<br />Gaetano]]></description>
   </item>
   <item>
      <title>Virtual keyboard!</title>
      <link>http://www.mathstudio.net/forums/discussion/740/virtual-keyboard</link>
      <pubDate>Mon, 12 Oct 2009 06:19:57 -0400</pubDate>
      <dc:creator>allenholmes1</dc:creator>
      <guid isPermaLink="false">740@/forums/discussions</guid>
      <description><![CDATA[Marvelous update. The virtual keyboard solves my huge frustration with using the IPod Touch!<br /> Thanks!<br />Allen]]></description>
   </item>
   <item>
      <title>Tutorial bug</title>
      <link>http://www.mathstudio.net/forums/discussion/731/tutorial-bug</link>
      <pubDate>Tue, 06 Oct 2009 23:52:11 -0400</pubDate>
      <dc:creator>Brett</dc:creator>
      <guid isPermaLink="false">731@/forums/discussions</guid>
      <description><![CDATA[If you start the tutorial while zoomed in to a graph, the application becomes unusable until you restart it.]]></description>
   </item>
   <item>
      <title>Bug with IsPrime ?</title>
      <link>http://www.mathstudio.net/forums/discussion/713/bug-with-isprime-</link>
      <pubDate>Sun, 20 Sep 2009 03:32:33 -0400</pubDate>
      <dc:creator>jmlouis</dc:creator>
      <guid isPermaLink="false">713@/forums/discussions</guid>
      <description><![CDATA[IsPrime(25) give 0 Ok. But:<br />IsPrime(49) give 1 (bug ?)<br />IsPrime(121) give 1 too<br />IsPrime(169) give 1 too ...<br />I suppose IsPrime(p^2) give 1 for all p prime number &gt;= 7<br />Have I configurate something wrong ? I obtain this result both on my iPhone and on my Powerbook Mac.<br />(Thank's for help. And thank's for this beautiful program. SpaceTime is very nice. And so powerful that I'm sure the departure bugs will be fixed soon)]]></description>
   </item>
   <item>
      <title>One more bug</title>
      <link>http://www.mathstudio.net/forums/discussion/692/one-more-bug</link>
      <pubDate>Fri, 11 Sep 2009 17:31:30 -0400</pubDate>
      <dc:creator>home4jonathan</dc:creator>
      <guid isPermaLink="false">692@/forums/discussions</guid>
      <description><![CDATA[The &quot;clear(all)&quot; or &quot;clear(var)&quot; does not seem to work on the iphone.  I have to save the calculation, start a new, then reopen the calculation for the graphs and variables to clear.  This presents a problem for scripting.]]></description>
   </item>
   </channel>
</rss>