What do I type in if I want to graph tan (x^y) = tan (y^x)? I've tried Plot[Tan x^y = Tan y^x, {y, x, 0, 5}] and several other things and it does not work.
Need help in graphing on Mathematica 10
128 Views Asked by coolman43 At
1
There are 1 best solutions below
Related Questions in FUNCTION
- What is the code of the sorted function?
- I'm trying to make the "merge function" work by writing a Callback.
- Split a large query (2 days) into pieces to increase the speed in Postgres
- Recursive function in PHP function : how to prevent return value?
- Javascript function onclick
- Borland c++: Error while assigning OnChange to another function?
- Control BX Slider from outside of function
- Jquery Resize: how to check if a screen has been resized at any point
- OrientDB - SQL command to pass array value as parameter in OrientDB function
- Check if a private function exists inside an object in JavaScript
- Python - Cannot sort properly my list by alphabetical order
- refactor 'execute and log' pattern
- Javascript: Add multiple fields together and insert into Totals column on Form
- Is it possible in matlab to declare functions that will be accessible from other m files in a similar way as in c coding?
- Defining Callbacks for custom Javascript Functions
Related Questions in WOLFRAM-MATHEMATICA
- Perl - Regex line that starts with "Out[1]="
- how to convert contour plot from mathematica to matlab
- Set all exponential terms to equal to zero in mathmatica
- Symbolic Representation of Minimum
- pattern matching in pure functions
- Plot error band using functional form
- How to make a jump difussion graphic
- mathematica transpose does not work when using NumberForm and OutputForm
- How do i show value that meets specific criteria in wolfram mathematica?
- MATLAB := Syntax?
- How to make a map with a contour plot overlay from latitude and longitude coordinates
- SymbolName applied to a list of variables, some of which may have values assigned
- Mathematica is getting slow when repeatedly starting an external program
- EdgeStyle on a LayeredGraphPlot
- Mathematica - distance between two curves
Related Questions in ALPHA
- javascript strokeRect opacity not setting to 1
- how to infer alpha value from pair of opaque images
- png uncompressed by CGContextDrawImage is different from orign png image in xcode
- How can I put a device-independent bitmap into the Windows clipboard using just direct WinAPI? (No MFC or other wrappers)
- Animation of setAlpha for UILabel not working
- Add a semi-transparent layer to UIImage using Core Graphics
- SWIFT iOS --- UIApplication.sharedApplication() functions reseting all labels/alphas/hidden properties etc
- Adjust alpha of UIColor
- Sequence Action With EnumerateChildNodeWithName
- How to deal with etc1 alpha channel
- Swift animatewithDuration() instantly completes
- React Native clickable Image with Alpha
- Swift 3 (SpriteKit): Changing the alpha value of the parent which affects all children
- ggplot scale alpha continuous fill color
- Reverse overplotting alpha value in ggplot2
Related Questions in GRAPHING
- Renaming the x-axis values in matplotlib
- MATLAB: Trying to add shared xlabel,ylabel in 3x2 subplot
- How to order characters in a data frame in R to be numerical?
- SAS: Remove Dashes From Legend Symbols When Using Interpol
- Need help in graphing on Mathematica 10
- Shortest path tree claim (Graph)
- "None" when trying to graph in Django with Networkx
- Flotr2 bug with bar graph dates
- Line graph on IOS
- Python - Read and plot data from a .csv
- Multi-series Line Chart with d3.v3.js Ranges
- Query to get change in value day-over-day?
- Formatting Dates on x-axis in MPAndroidChart
- How do I make a scatter plot in python 3 using (number, value) coordinate
- What is the line of code to draw axes (x and y) in a custom view?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Should be
ContourPlotrather,This is unfortunately picking up some false solutions where
y^x== (2 n + 1 ) Pi/2or you can capture some of the solutions faster/clearer like this: