[Equation Editor] Argmin and Argmax parameter

hi
there is one slight problem i have with equation editor and it that i cant write argmax and argmin parameter below the main function. for example i want to find i which minimize a function
W=argmin_i f(i)
the first i should be just below the argmin, but if i use _ it will be after thr argmin and below it. i also used the matrix section "2x1 emtry matrix" but it will reduce the size of the argmin and make the whole equation ugly.
is there a solution for this?
best regards.

Hi,
As this issue, add ”” to _ then the issue will be solved.
In the Equation, type in:
W=argmin”_”i f(i)  
Jaynet Zhang
TechNet Community Support

Similar Messages

  • Equation Editor in Microsoft Office and Leopard

    I use the Equation Editor in MS Office 2004 for typing equations. Last week I upgraded to Leopard. Now when I use the Equation Editor I get some unexpected results. For example, putting a "dot" over a character results in "<<" over the character.
    Since these problems appeared, I have performed a complete re-install of Office 2004 (with first moving the old Office 2004 and Microsoft-related .plist files to Trash) and performed all of the Office 2004 upgrades up to 11.3.9. No change -- the problem persists.
    In contacting Microsoft, they focused in on the source as being problems with the system fonts and not problems with Office.
    Has anyone else had these types of font problems since upgrading to Leopard?
    Thanks.

    I have what appears to be the same problem: a file created with Word in MS Office 2004 (in Tiger) containing equations written in Equation Editor, where the equations now appear in corrupted form: minus signs disappear, the greek letter lambda appears as #, although the greek letter mu appears fine. When I double-click the equations they appear correctly in the equation editor window. But embedded in the document they are corrupted and they print with the errors showing on paper.
    I emailed the file to someone who has a Windows computer. They can open it fine and print it fine. I downloaded it from my email web browser at home, opened it on my home computer (iMac G5 also running Leopard) and it appears fine and prints fine. So I am no longer sure it's a Leopard issue. But it may be that font files have been changed somehow on my intel MacBook.
    Any suggestions? I don't know what Font Book is.

  • How to use  SET and GET parameter commands ?

    Explain these two giving an example?As which is used for what?

    Hi Albert,
             SAP allows you to make use of SPA/GPA technique to fill the input fields of a called transaction with data from the calling program.SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. Each SPA/GPA parameter is identified by a 20-character code. You can maintain them in the Repository Browser in the ABAP Workbench. The values in SPA/GPA parameters are user-specific.
    ABAP programs can access the parameters using the SET PARAMETER and GET PARAMETER statements.
    To fill one, use:
    SET PARAMETER ID <pid> FIELD <f>.
    This statement saves the contents of field <f> under the ID <pid> in the SAP memory. The code <pid> can be up to 20 characters long. If there was already a value stored under <pid>, this statement overwrites it. If the ID <pid> does not exist, double-click <pid> in the ABAP Editor to create a new parameter object.
    To read an SPA/GPA parameter, use:
    GET PARAMETER ID <pid> FIELD <f>.
    This statement fills the value stored under the ID <pid> into the variable <f>. If the system does not find a value for <pid> in the SAP memory, it sets SY-SUBRC to 4, otherwise to 0.
    To fill the initial screen of a program using SPA/GPA parameters, you normally only need the SET PARAMETER statement.
    The relevant fields must each be linked to an SPA/GPA parameter.
    On a selection screen, you link fields to parameters using the MEMORY ID addition in the PARAMETERS or SELECT-OPTIONS statement. If you specify an SPA/GPA parameter ID when you declare a parameter or selection option, the corresponding input field is linked to that input field.
    On a screen, you link fields to parameters in the Screen Painter. When you define the field attributes of an input field, you can enter the name of an SPA/GPA parameter in the Parameter ID field in the screen attributes. The SET parameter and GET parameter checkboxes allow you to specify whether the field should be filled from the corresponding SPA/GPA parameter in the PBO event, and whether the SPA/GPA parameter should be filled with the value from the screen in the PAI event.
    When an input field is linked to an SPA/GPA parameter, it is initialized with the current value of the parameter each time the screen is displayed. This is the reason why fields on screens in the R/3 System often already contain values when you call them more than once.
    When you call programs, you can use SPA/GPA parameters with no additional programming overhead if, for example, you need to fill obligatory fields on the initial screen of the called program. The system simply transfers the values from the parameters into the input fields of the called program.
    However, you can control the contents of the parameters from your program by using the SET PARAMETER statement before the actual program call. This technique is particularly useful if you want to skip the initial screen of the called program and that screen contains obligatory fields.
    If you want to set SPA/GPA parameters before a program call, you need to know which parameters are linked to which fields on the initial screen. A simple way of doing this is to start the program that you want to call, place the cursor on the input fields, and choose F1 followed by Technical info. The Parameter ID field contains the name of the corresponding SPA/GPA parameter. Alternatively, you can look at the screen definition in the Screen Painter.
    The SPA/GPA parameter for the input field Company has the ID CAR. Use this method to find the IDs CON, DAY, and BOK for the other input fields.
    The following executable program is connected to the logical database F1S and calls an update transaction:
    REPORT BOOKINGS NO STANDARD PAGE HEADING.
    TABLES SBOOK.
    START-OF-SELECTION.
      WRITE: 'Select a booking',
      SKIP.
    GET SBOOK.
      WRITE: SBOOK-CARRID, SBOOK-CONNID,
             SBOOK-FLDATE, SBOOK-BOOKID.
      HIDE:  SBOOK-CARRID, SBOOK-CONNID,
             SBOOK-FLDATE, SBOOK-BOOKID.
    AT LINE-SELECTION.
      SET PARAMETER ID: 'CAR' FIELD SBOOK-CARRID,
                        'CON' FIELD SBOOK-CONNID,
                        'DAY' FIELD SBOOK-FLDATE,
                        'BOK' FIELD SBOOK-BOOKID.
      CALL TRANSACTION 'BOOK'.
    The basic list of the program shows fields from the database table SBOOK according to the user entries on the selection screen. These data are also stored in the HIDE areas of each line.
    Cheers
    Nishanth

  • HT3986 Does equation editor in MS Word work with windows 7 on a imac

    Just wondering if I buy an iMac and install Boot Camp whether or not all of the MS Office features will work?
    For example, my wife needs to use equation editor in MS Word.  It's sort of an add in in Word so I need to make sure all of those random features work before I go down this road.
    Should I go to the store and ask for a demo or is this question a slam dunk?
    Thanks in advance.

    you are installing, running, Windows, natively, so it is the same.
    a partition manager does not affect the OS, and the support driver software is just that
    www.apple.com/support/bootcam faq manuals how-to & support

  • Equation editor in word for mac 2011

           I apologize if this is straying too far from elements of the Lion discussion but
    I have seen others compliment the capability of the equation editor in Word for Mac 2011. It's icon is
    at the right end of the Document Elements toolbar.
         But in my version of this software the icon is greyed out and unavailable. Any insight or comments?

        Thanks quicksilver8 - turned out eqation editor was greyey out because
    my file was opened in "compatibility mode" - when I open a file in ".docx" mode
    the equation editor is available.

  • Visio 2013 & Equation Editor 3.0 = Blurred Equation

    My OS is Windows 8.1 Update 1. My PowerPoint is 2013 with SP1. My Visio is 2013 with SP1.
    I have a PowerPoint file. It contains a Visio object. The Visio object contains some drawings and some Equation Editor 3.0 objects. The Equation Editor 3.0 objects are very clear in the original PowerPoint file. But if I open the PowerPoint file, right-click
    the Visio object and edit it by Visio 2013, go back to PowerPoint, then the Equation Editor 3.0 objects will become blurred! Please see this video for the demonstration:
    http://1drv.ms/1r2GanG
    I downgraded only Visio from 2013 with SP1 to 2010. The problem was solved. So, the blurring problem could be a Visio 2013 bug. If it is, please fix this bug, Microsoft. Thanks.
    The test PowerPoint files can be download here:
    Original PPT: http://1drv.ms/1r2Ge74
    Blurred PPT: http://1drv.ms/1r2Gjrf

    Hi,
    Based on my tested in my environment (OS Windows 8.1 & Office 2013 SP1), I can reproduce your issue with your PowerPoint files. But I found that your Visio file was not created in Visio 2013, when I double click the Equation Editor 3.0 objects 
    in Visio, I got an error message "An error(1415) occurred during the action open object. Visio is unable to edit the MathType 6.0 Equation Object". Thus, I suppose your Equation Editor 3.0 objects have some compatibility issues with Visio 2013.
    Then, I try to create a new  Equation Editor in Visio 2013, and insert to a PowerPoint 2013 file, it works well.
    Please try the workaround to recreate them with Office 2013 suits and do not use the original file.
    Regards,
    George Zhao
    TechNet Community Support

  • How to develop equation editor in ADOBE AIR

    I would like to know how to develop equation editor in FLEX
    or AIR.

    I don't believe AIR's HTML component supports MathML. It's
    unfortunately not as popular as it should be, given the poor
    alternatives.
    What I do on my web site is write the equations in LaTeX
    format, then render them down to PNGs with transparent backgrounds
    and embed those into the page.
    If your application absolutely has to allow input of
    arbitrary equations, I'd allow the user to input LaTeX, then send
    it off to a web service that you build which does the rendering
    down to PNG. There will be some latency here, and it won't be
    possible to do this editing offline, but once the equation is
    renedered to a bitmap, you can cache it in an LSO for offline
    display.

  • Equations for Keynote and Powerpoint Files?

    I copied a powerpoint file onto my Ipad2 and used Keynote to open it.  Most everything is fine, but Ipad-Keynote won't recognize the equations.
    The Keynote on my Macbook pro will recognize them.  The equations were made with Microsoft's equation editor.
    Is there any way to get Keynote to recognize equations?  Alternatively, is there some app for the Ipad that will recognize/show/allow-editing of
    equations in powerpoint?

    This is fine, but not really the answer. If you look at the MathType web site, you'll find the following in response to queries about Equation Editor on the iPad:
    "Is there a version of MathType for Apple Pages on iPad/iPhone?
    No. Not yet anyway. Since Apple released Pages for iPad, we have received numerous inquiries regarding creating and editing MathType equations in that environment. Since the iPhone uses the same software as iPad, it is reasonable to expect that Apple will offer a version of Pages that works on it as well someday soon.
    Pages for iPad lacks MathType support
    As you probably know, Apple added support for MathType to iWork '09 in all three iWork apps, Pages, Numbers, and Keynote. This required Apple to do software development in these applications. We made only minor changes to MathType to make this work. Before we can make a version of MathType for Pages, or any other iWork app, Apple must do similar work in Pages for iPad.
    Why don't you guys work this out with Apple?
    We would love to. However, it is not just a matter of us picking up the phone and calling Tim Cook, or anyone else in Apple management for that matter. Big companies like Apple get inundated daily with requests from smaller companies to make things work in their favor. Like all smart companies, Apple does not set its market direction by listening to other companies but by listening to its customers.
    So what can I do?
      The best thing you can do to get MathType support added to Pages for iPad/iPhone is to   tell Apple that it is important to you. Apple has a Pages for iPad Comment Form that is perfect for giving them feedback. Encourage your friends and associates to also let them know that you would like MathType support in Pages for iPad. If you work at a university or other educational institution, or company with lots of iPads, you may have other avenues open to give Apple feedback. Companies love feedback from their customers. We do and we are pretty sure Apple does also."
    So it is really a two-way street, and I am sure that a small company like Design Science would LOVE to be able to have their product as an iPad app, or even as transferable from a MacBook. However, it seems that for them to ready MathType for the iPad, it needs a little effort from Apple, which has not, so far, been forthcoming. Again, it comes down to the question of why has Apple turned its back on the tablet concept, when they had it first, and as a company trying so hard to dominate the education market? It makes no sense, unless they really just don't care about it, and would rather sell iPhones and iPads for folk to play Angry Birds on.
    And telling me I have to use PowerPoint is not the solution - PowerPoint is clunky and ugly, compared to Keynote on the MacBook, and there's no reason to drive a Yugo when a Jaguar is sitting in the garage, waiting for a fourth wheel.
    I really would like to now what apps can sit on an iPad and allow me to handwrite on top of a Keynote presentation, and include complex equations without inordinate additional effort. None of the MacBook solutions is satisfactory, especially when I a) have video content, and b) am trying to record the lecture to a Podcast at the same time, and I don't see that possibility on the iPad yet. Technology is supposed to make preparing and delivering material to students easier and more efficient - the reality is that, with thestill crude tools currently available, doing so can become an infinite sink for time and resources. It may be true that where there is a will there is a way, but what there is not is an infinite supply of time to make it happen.

  • Equation Editor in Captivate 8 in Windows 10

    Hello
    I have installed Captivate 8 (32 bit) in
    Windows 7 (32 Bit); and
    Windows 10 Technical Preview (64 bit - Captivate 8 is 32 bit). 
    Captivate is working absolutely fine.  I installed NeoVoices + Adobe Assets files in both the machines,
    But when I tried Equation Editor, it works comfortably in windows 7 but in windows 10, I cannot edit it. 
    In Windows 7 machine- Whenever I insert equation editor, it opens up a new MathMagic Editor.  I can edit equation and it has no problem at all.
    But in case of Windows 10, no MathMagic editor opens up.  I cannot edit equation at all.
    Can someone please guide me.
    Thanks
    Rahi

    As of now for a Responsive Project, these options are not available. That is the reason why they are greyed out.
    These options are available for a non-Responsive (eg. Blank Project)

  • Equation Editor

    I've got two issues that I have been unable to figure out when it comes to pasting items into a Pages document.
    1.) Upon pasting the equation it is HUGE!!!! It may be 12 point in the equation editor, but in Pages if the margins are one inch each the equation comes in at 6.5 inches long!
    2.) After clicking on this HUGE equation and resizing it I cannot get it to line up with the rest of the text. It is always in a superscript type position.

    With Pages 09 - which I bought because MathType is compatible with it - I can obtain the Pages equivalent of a Word document and whatever MathType in it "travels reasonably well." I click on Open and etc.....
    (As an aside "exporting" a Pages document to Word containing MathType is UNsatisfactory. The MathType objects do not remain on their intended line of text. Apple have known about this problem for ages but have done nothing about it apart from giving it a case number. )
    I can also copy a MathType object which is in a Word document and paste it satisfactorily in a Pages document.
    While if I ONLY open MathType I can construct a MathType object. It cannot be saved DIRECTLY in any document but it can be saved in a folder, for instance, as a .eps object. It can then be copied and pasted satisfactorily in a Pages document.
    For the record I had bought "Office for Mac2004" when I bought the Mac in 2007 because I had any number of Word documents which contained MathType objects, and my version of MathType is 5.1.
    I must therefore ask you a few more questions.
    What type of document did you copy it from in order to paste it into a Pages document?
    If it is Word, then what version?
    The problem could perhaps arise because "unexpected (often unwanted) things tend to happen" when Microsoft "upgrades" its software.
    Also, what version of Pages are you using?
    If you are not using 09 then that might be the source of your problem because MathType is not supposed to be compatible with previous versions of Pages.
    There has to be a reason why your MathType object ends up in what is equivalent to a massive "picture frame".
    Over to you once more with feeling!?
    Bruce's son

  • Equation Editor in Pages ?

    Hi !
    I wanted to insert an equation in a Pages document (as we can do it in Word), but I didn't find how to do... Maybe there no equation editor ? Is there another possibility to do so ?
    Thanks a lot

    Hello Leø,
    have a look at "Grapher" in "Applications/Utilities". With this app you can type math equations and you can drag and drop them as images into Pages. Of course, you have to save this equations in Grapher for editing because Pages will insert them as images. See if this can help you.

  • Equation Editor MS Word

    Hi all!
    I would like to create connection MS Word. so I have a string control, set text : E = mc^2 and this text is sent to MS Word. As you know, MS office has a very good equation editor, and I wanna use it from Labview. So, If I set any mathematical text as tags in MS Word, select text -> Insert->equation->professional, the text converted to real equation form. So, Could you send me an example, that shows me how to use this feature of MS Word using Labview??
    or is there any useable Activex Control to solve my problem? I found one, but it is a trial version...
    Message Edited by Durnek on 01-11-2010 11:30 AM
    +++ In God we believe, in Trance we Trust +++
    [Hungary]

    sorry, I've tried to find my thread .... remove it, sorry
    +++ In God we believe, in Trance we Trust +++
    [Hungary]

  • Equation Editor in Flex

    Would anyone happen to know how to enter detailed equations
    in Flex - ideally, an equation editor of some kind that the user
    can employ?

    I don't believe AIR's HTML component supports MathML. It's
    unfortunately not as popular as it should be, given the poor
    alternatives.
    What I do on my web site is write the equations in LaTeX
    format, then render them down to PNGs with transparent backgrounds
    and embed those into the page.
    If your application absolutely has to allow input of
    arbitrary equations, I'd allow the user to input LaTeX, then send
    it off to a web service that you build which does the rendering
    down to PNG. There will be some latency here, and it won't be
    possible to do this editing offline, but once the equation is
    renedered to a bitmap, you can cache it in an LSO for offline
    display.

  • EQUATION EDITOR WORD 2011

    Hi all, i recently purchased a mac with word 2011.  When i use the equation editor and save my document, upon re-opening the equations are all over the place or sometimes missing?  is there a setting or save type im missing?

    This sounds like a problem with Word, rather than a problem is your Mac. You might want to post your question here:
    http://support.microsoft.com/ph/12853
    Click on the + sign to the left of Ask the community.

  • Word Equation Editor: Crashing

    Good evening interested people,
    I've found a bug that crashes word using equation editor, although I cannot always reproduce it.
    I figure I'll get a couple comments telling me to use LaTeX instead, don't care. That doesn't fix the bug within word.
    Sometimes when I create an equation (by pressing "alt" "+") and start typing an equation, but realize I don't want to use the equation so I press backspace until it exits the equation editor mode (deleting the entire thing)
    Word will crash. I've used microsoft 2010 word editor for a few years and have not had this problem at all. After switching to 2013, I have this problem a dozen + times.
    I've tried everything on the user side to fix it, no solution has worked (including disabling hardware acceleration).
    The fact that it didn't occur on earlier versions and later occurred in 2013, I figure this is a good place to compare differences.
    I should also mention this has happened on two different operating systems on two different computers (windows 7 and windows 10 preview). The windows 10 preview is a new install that had no other version of office on the system. While it may be operating
    system based, the fact it occurs on both 7 and 10 makes it unlikely (unless it is a bug with windows).
    The fact it occurs on a newly installed operating system makes it unlikely previous installations of office is causing the problem.

    Hi Statistician,
    I followed your steps, and could not reproduce this issue. Do you mind going to Event view and check if there are logged some detailed information about crash?
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Bootcamp: "Could not partition Windows 7, An unexpected error occurred"

    Bootcamp keeps giving me an error when I try to partition sapce for Windows 7 (x64). When I set the space for Windows and hit "Install," it installs for about a fifth of the way before it gives me an error message.  Any help would be appreciated as I

  • Pass date value back from called form

    I have a form that allows the user to select a date from a calendar canvas. I can call this form from another from and now want to pass the selected date on the called form back to the calling form. I'm new to multi-form applications so I'm looking f

  • Ssl with NES for files inside '.war' in WLS.

    hi Is this connection possible for pages served by WLS? browser ---(ssl)https--->NES->plug-in----plain-http--->WLS If yes, then my question is how to setup a secure session for my form-based login.jsp page that resides inside a '.war' file. I want to

  • CS6 "damaged or incomplete" upon install

    I have tried to reinstall PS6 from the original CD and from Adobe download. I have a valid serial number. Each time it says it is damaged or incomplete. I have done this 3X from the CD and 3X from the website. I have Mac OSX. I am doing this because

  • While  debuging  rfc I'm getting some problems..

    HI Guys, While Debugging RFC's, when passing values to parameters they are entering to BAPI Return,but for some values they are not entering to BAPI Return.. Its very Urgent..Please Rectify As soon as possible With Regards kirankp